From: arno Date: Fri, 16 Apr 2010 16:58:51 +0000 (+0200) Subject: fixes listfeatures called without argument in upgrade.php X-Git-Tag: v0.4~3 X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=commitdiff_plain;h=84c399e879b8a33a1be8e6c9d44be49e3d629de0 fixes listfeatures called without argument in upgrade.php --- 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;