]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Notifications/Notify.php
Merge pull request #8019 from nupplaphil/task/replace_getClass
[friendica.git] / src / Module / Notifications / Notify.php
index 5200c59114e5d8d22ea70b0176c9dcde8505ef13..bb52ce8124faca9315019bd0f0720cfa4678889d 100644 (file)
@@ -58,10 +58,10 @@ class Notify extends BaseModule
                                }
                        }
 
-                       $a->internalRedirect();
+                       DI::baseUrl()->redirect();
                }
 
                // @TODO: Replace with parameter from router
-               $a->internalRedirect('notifications/system');
+               DI::baseUrl()->redirect('notifications/system');
        }
 }