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
|
@ -11,7 +11,7 @@
|
|||
// - post (a post has been made)
|
||||
// - thread (a thread has been made)
|
||||
|
||||
if ($action != 'post' && $action != 'post-thread')
|
||||
if ($action != 'post' && $action != 'post-thread' && $action != 'post-delete')
|
||||
return;
|
||||
|
||||
$boards = explode(' ', $settings['boards']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue