From 84c399e879b8a33a1be8e6c9d44be49e3d629de0 Mon Sep 17 00:00:00 2001 From: arno Date: Fri, 16 Apr 2010 18:58:51 +0200 Subject: [PATCH] fixes listfeatures called without argument in upgrade.php --- inc/html/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html/upgrade.php b/inc/html/upgrade.php index 38eefe6..a679388 100644 --- a/inc/html/upgrade.php +++ b/inc/html/upgrade.php @@ -16,7 +16,7 @@ listfeatures (); + $features = $con->listfeatures ("admin"); foreach ($features as $feature) { if ($feature->imgpath) { $imgfilename = UPLOADDIR . "/" . $feature->imgpath; -- 2.39.2