Fix incorrect include, should be 'bugs.php' not 'bug.php'

This commit is contained in:
Chris Morgan
2006-07-08 19:03:38 +00:00
committed by WineHQ
parent 88817c58b6
commit 2092d65827

View File

@@ -8,7 +8,7 @@
*/
require("path.php");
require(BASE."include/incl.php");
require_once(BASE."include/bug.php");
require_once(BASE."include/bugs.php");
$aClean = array(); //array of filtered user input