]> git.mxchange.org Git - friendica.git/commitdiff
Hotfix: One `$` to much ...
authorRoland Häder <roland@mxchange.org>
Sun, 23 Oct 2022 11:13:29 +0000 (13:13 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 23 Oct 2022 11:15:34 +0000 (13:15 +0200)
src/Module/Admin/Blocklist/Server/Index.php

index 9913cb38e029268e07ff404708cdf556ca575f4c..a4884ca7fc25bf9f2e7e39e3732743a7451f1df5 100644 (file)
@@ -69,8 +69,6 @@ class Index extends BaseAdmin
 
                $this->blocklist->set($blocklist);
 
-               $
-
                $this->baseUrl->redirect('admin/blocklist/server');
        }