indentation

This commit is contained in:
Tobias Diekershoff 2020-08-08 15:49:25 +02:00
parent ef0ecf243a
commit 3c0968a692
1 changed files with 2 additions and 2 deletions

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