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
f71a7c01
Commit
f71a7c01
authored
Feb 20, 2009
by
Nigel McNie
Browse files
Correct a language string location.
parent
6195ced3
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/registration.php
View file @
f71a7c01
...
...
@@ -96,7 +96,7 @@ function register_submit(Pieform $form, $values) {
else
{
set_config
(
'registration_lastsent'
,
time
());
set_config
(
'registration_sendweeklyupdates'
,
$values
[
'sendweeklyupdates'
]);
$SESSION
->
add_ok_msg
(
get_string
(
'registrationsuccessfulthanksforregistering'
));
$SESSION
->
add_ok_msg
(
get_string
(
'registrationsuccessfulthanksforregistering'
,
'admin'
));
}
redirect
(
'/admin/'
);
}
...
...
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