Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
ac903bf6
Commit
ac903bf6
authored
Oct 25, 2013
by
Son Nguyen
Committed by
Gerrit Code Review
Oct 25, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Errors when adding new institution members (bug 1046114)" into 1.6_STABLE
parents
77bc838d
9a7bf75d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
htdocs/lib/institution.php
htdocs/lib/institution.php
+4
-0
No files found.
htdocs/lib/institution.php
View file @
ac903bf6
...
...
@@ -277,6 +277,10 @@ class Institution {
$this
->
addUserAsMember
(
$user
);
}
db_commit
();
foreach
(
$users
as
$user
)
{
remove_user_sessions
(
$user
->
id
);
}
}
public
function
addRequestFromUser
(
$user
,
$studentid
=
null
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment