Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
1c70c15f
Commit
1c70c15f
authored
Jul 03, 2008
by
Nigel McNie
Browse files
Correct an obviously wrong $SESSION method call.
parent
652f930f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/user/view.php
View file @
1c70c15f
...
...
@@ -380,7 +380,7 @@ function addmember_submit(Pieform $form, $values) {
$SESSION
->
add_ok_msg
(
get_string
(
'useradded'
,
'group'
));
}
catch
(
SQLException
$e
)
{
$SESSION
->
ad
_ok
_msg
(
get_string
(
'adduserfailed'
,
'group'
));
$SESSION
->
ad
d_error
_msg
(
get_string
(
'adduserfailed'
,
'group'
));
}
redirect
(
'/user/view.php?id='
.
$userid
);
}
...
...
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