From ead122f7cf2bcfdcecfa1a433014cc0d55ade898 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 5 May 2013 19:59:29 +0200 Subject: don't pass unused variable in doku.php FS#2774 --- doku.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doku.php') diff --git a/doku.php b/doku.php index 46c64c535..c058bb64a 100644 --- a/doku.php +++ b/doku.php @@ -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); -- cgit v1.2.3