aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
);
}