renamed System::redirectTo to System::redirect
This commit is contained in:
parent
a1254b4c85
commit
e825cbc7a1
5 changed files with 7 additions and 7 deletions
|
@ -96,7 +96,7 @@ function notifyall_post(App $a)
|
|||
}
|
||||
|
||||
notice(L10n::t('Emails sent'));
|
||||
System::redirectTo('admin');
|
||||
System::redirect('admin');
|
||||
}
|
||||
|
||||
function notifyall_content(&$a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue