From a5ab4cffaa7cefabbcad2543ae0eea549f16a246 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 5 Nov 2003 18:50:12 +0000 Subject: [PATCH] /me whoopsies all over the floor /me is ashamed git-svn-id: file:///svn/phpbb/trunk@4645 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 855be4482c..53685dfff3 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -319,7 +319,7 @@ function gen_sort_selects(&$limit_days, &$sort_by_text, &$sort_days, &$sort_key, function make_jumpbox($action, $forum_id = false, $select_all = false) { - global $auth, $template, $user, $db, $phpEx, $SID; + global $config, $auth, $template, $user, $db, $phpEx, $SID; if (!$config['load_jumpbox']) {