diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/pagehandler.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/lib/pagehandler.php b/engine/lib/pagehandler.php index a2bee1bc5..b40726e5a 100644 --- a/engine/lib/pagehandler.php +++ b/engine/lib/pagehandler.php @@ -99,7 +99,9 @@ */
function default_page_handler($page, $handler) {
- global $CONFIG;
+ global $CONFIG; + $script = ""; +
$page = implode('/',$page);
if (($questionmark = strripos($page, '?')))
$page = substr($page, 0, $questionmark);
|