Bugfix - Replacing goaway()

This commit is contained in:
Philipp Holzer
2018-10-24 20:09:36 +02:00
parent 2aa373a75d
commit d197bf4c2b
6 changed files with 8 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ function notifyall_post(App $a)
}
notice(L10n::t('Emails sent'));
goaway('admin');
$a->internalRedirect('admin');
}
function notifyall_content(&$a)