stale comment

This commit is contained in:
nonmakina 2021-01-11 02:04:05 -06:00
parent a3e2af403b
commit 57c9cba982
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@
// - post-thread (a thread has been made) // - post-thread (a thread has been made)
if ($action === 'all') { if ($action === 'all') {
foreach ($boards as $board) { foreach ($boards as $board) {
//$b = new Catalog($settings);
$action = generation_strategy("sb_catalog", array($board)); $action = generation_strategy("sb_catalog", array($board));
if ($action == 'delete') { if ($action == 'delete') {
file_unlink($config['dir']['home'] . $board . '/catalog.html'); file_unlink($config['dir']['home'] . $board . '/catalog.html');