aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-03-04 10:50:15 +0000
committerpatdenice <patdenice@piwigo.org>2011-03-04 10:50:15 +0000
commit70136f04779c49f230f3d181128bf22920300917 (patch)
tree148ea64721c9114e92230726acbc826803e3a54d
parent2e44cc79de44f10abc217becac00a3b76e3079bb (diff)
feature:2209
Can't display upgrade status if upgrade failed. git-svn-id: http://piwigo.org/svn/trunk@9519 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes_update.php b/admin/themes_update.php
index 8cb2fa004..7909e47e0 100644
--- a/admin/themes_update.php
+++ b/admin/themes_update.php
@@ -74,7 +74,7 @@ if (isset($_GET['theme']) and isset($_GET['revision']))
default:
array_push($page['errors'],
- sprintf(l10n('An error occured during extraction (%s).'), $_GET['upgradestatus'])
+ sprintf(l10n('An error occured during extraction (%s).'), $upgrade_status)
);
}