mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
Moved rebuildThemes() in post.php back for now.
This commit is contained in:
parent
9d58186360
commit
ac9cefd863
@ -8,8 +8,6 @@ function event() {
|
|||||||
$event = $args[0];
|
$event = $args[0];
|
||||||
$args = array_splice($args, 1);
|
$args = array_splice($args, 1);
|
||||||
|
|
||||||
rebuildThemes($event);
|
|
||||||
|
|
||||||
if(!isset($events[$event]))
|
if(!isset($events[$event]))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user