From 90c965631e5689052305851b53277a7af01fa668 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Mon, 24 Jul 2006 22:18:09 +0000 Subject: Fix for bug 473 thanks pb1dft --- test.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test.php') diff --git a/test.php b/test.php index d7949515..080b2d10 100644 --- a/test.php +++ b/test.php @@ -29,8 +29,12 @@ $configfile = "$prefix/config/ampache.cfg.php"; require_once($prefix . "/lib/general.lib.php"); require_once($prefix . "/lib/ui.lib.php"); +require_once($prefix . "/lib/class/error.class.php"); +$error = new error(); require_once($prefix . "/lib/debug.php"); + + switch ($_REQUEST['action']) { case 'verify_config': -- cgit