]> git.mxchange.org Git - friendica-addons.git/blobdiff - notifyall/notifyall.php
renamed System::redirectTo to System::redirect
[friendica-addons.git] / notifyall / notifyall.php
index d739649ed3415a99f28da6ea2569c612e15f69d1..9789ccd95fddcb739967349f151f75e18242a1d8 100644 (file)
@@ -96,7 +96,7 @@ function notifyall_post(App $a)
        }
 
        notice(L10n::t('Emails sent'));
-    System::redirectTo('admin');
+       System::redirect('admin');
 }
 
 function notifyall_content(&$a)