Merge pull request #895 from annando/tumblr-https
[friendica-addons.git/.git] / notifyall / notifyall.php
index 01cea75..58e5490 100644 (file)
@@ -96,7 +96,7 @@ function notifyall_post(App $a)
        }
 
        notice(L10n::t('Emails sent'));
-       System::redirectTo('admin');
+       $a->internalRedirect('admin');
 }
 
 function notifyall_content(&$a)