Moved rebuildThemes() in post.php back for now.

This commit is contained in:
Michael Save 2012-03-19 02:52:05 +11:00
parent 9d58186360
commit ac9cefd863

View File

@ -8,8 +8,6 @@ function event() {
$event = $args[0];
$args = array_splice($args, 1);
rebuildThemes($event);
if(!isset($events[$event]))
return false;