2022.09-rc
Tobias Diekershoff 2020-08-08 15:49:25 +02:00
rodzic ef0ecf243a
commit 3c0968a692
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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));