From 974492e11fbb82e1bafb95fd22be4a5f9391b177 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 13 Dec 2010 02:21:56 +1100 Subject: [PATCH] Fixed major bug causing new installations to fail --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 4c3f281a..631685fb 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -135,7 +135,7 @@ } } - function index($page, $mod) { + function index($page, $mod=false) { global $sql, $board; $body = '';