From 4f034fdff27323eb4893ddc364429fade6fa645d Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 8 Apr 2004 13:53:54 +0000 Subject: [PATCH] Set $faq var, I am doing some stuff in common.php ... will try and finish this later tonight/tomorrow git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4881 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/faq.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpBB/faq.php b/phpBB/faq.php index 7c406eb79f..a156d96626 100644 --- a/phpBB/faq.php +++ b/phpBB/faq.php @@ -34,6 +34,9 @@ init_userprefs($userdata); // End session management // +// Set vars to prevent naughtiness +$faq = array(); + // // Load the appropriate faq file //