Browse Source

Close board before writing modlog entry.

pull/40/head
Michael Save 12 years ago
parent
commit
8208d7151b
  1. 1
      tools/rebuild.php

1
tools/rebuild.php

@ -100,5 +100,6 @@
if(!$options['quiet'])
printf("Complete! Took %g seconds\n", microtime(true) - $start);
unset($board);
modLog('Rebuilt everything using tools/rebuild.php');

Loading…
Cancel
Save