forked from leftypol/leftypol
Added post-delete handling on themes that should use it.
This commit is contained in:
parent
09388f6588
commit
bb06593ef5
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
$b = new Catalog();
|
||||
$b->build($settings, $board);
|
||||
}
|
||||
} elseif ($action == 'post-thread' || ($settings['update_on_posts'] && $action == 'post') && in_array($board, $boards)) {
|
||||
} elseif ($action == 'post-thread' || ($settings['update_on_posts'] && $action == 'post') || ($settings['update_on_posts'] && $action == 'post-delete') && in_array($board, $boards)) {
|
||||
$b = new Catalog();
|
||||
$b->build($settings, $board);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue