don't pass unused variable in doku.php FS#2774

This commit is contained in:
Andreas Gohr 2013-05-05 19:59:29 +02:00
parent 63e0b28d73
commit ead122f7cf
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ trigger_event('DOKUWIKI_STARTED', $tmp);
//close session
session_write_close();
//do the work
act_dispatch($ACT);
//do the work (picks up what to do from global env)
act_dispatch();
$tmp = array(); // No event data
trigger_event('DOKUWIKI_DONE', $tmp);