From: Roland Häder Date: Sun, 23 Oct 2022 11:13:29 +0000 (+0200) Subject: Hotfix: One `$` to much ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e8fe0c52e75ef5dab4d0ace7d8068ece2e512050;p=friendica.git Hotfix: One `$` to much ... --- diff --git a/src/Module/Admin/Blocklist/Server/Index.php b/src/Module/Admin/Blocklist/Server/Index.php index 9913cb38e0..a4884ca7fc 100644 --- a/src/Module/Admin/Blocklist/Server/Index.php +++ b/src/Module/Admin/Blocklist/Server/Index.php @@ -69,8 +69,6 @@ class Index extends BaseAdmin $this->blocklist->set($blocklist); - $ - $this->baseUrl->redirect('admin/blocklist/server'); }