]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/ServerBlock.php
Merge pull request #9893 from MrPetovan/bug/9879-empty-plurals
[friendica.git] / src / Console / ServerBlock.php
index d052612e1fae2b1db09fdaa76985e207583f2a60..4d8c930c58963754efa92d91519ee10cad0fc5a5 100644 (file)
@@ -144,12 +144,12 @@ HELP;
                                ];
                                if (!in_array($data, $newBlockList)) {
                                        $newBlockList[] = $data;
-                }
+                               }
                        }
                        foreach ($currBlockList as $blocked) {
                                if (!in_array($blocked, $newBlockList)) {
                                        $newBlockList[] = $blocked;
-                }
+                               }
                        }
                        if ($config->set('system', 'blocklist', $newBlockList)) {
                                $this->out(sprintf("Entries from %s that were not blocked before are now blocked", $filename));
@@ -167,7 +167,7 @@ HELP;
        /**
         * Prints the whole list of blocked domains including the reason
         *
-        /* @param IConfig $config
+        * @param IConfig $config
         */
        private function printBlockedServers(IConfig $config)
        {