stale comment
This commit is contained in:
parent
a3e2af403b
commit
57c9cba982
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue