Browse Source

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

pull/40/head
Michael Save 12 years ago
parent
commit
ac9cefd863
  1. 2
      inc/events.php

2
inc/events.php

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

Loading…
Cancel
Save