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
ce647554
Commit
ce647554
authored
Feb 01, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Feb 05, 2008
Browse files
fixed typo
parent
289d46d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/user.php
View file @
ce647554
...
...
@@ -1090,7 +1090,7 @@ function makefriend_submit(Pieform $form, $values) {
activity_occurred
(
'maharamessage'
,
$n
);
$SESSION
->
add_ok_msg
(
get_string
(
'friendformaddsuccess'
,
'group'
,
$displayname
));
redirect
(
'/
i
ser/view.php?id='
.
$values
[
'id'
]);
redirect
(
'/
u
ser/view.php?id='
.
$values
[
'id'
]);
}
?>
Write
Preview
Supports
Markdown
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