summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-17 21:18:24 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-17 21:18:24 -0800
commit83bf1d767b9dac33ca1c2f01141358cd0b657523 (patch)
treeeae97c261eaa5a0d2e9cebc78684afe20fa0423e /modules
parent897bf969181daedeb9bdbbcf5bc2f90e28003701 (diff)
Fix typo: upgrade_check -> upgrade_checker
#1605.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/controllers/upgrader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/upgrader.php b/modules/gallery/controllers/upgrader.php
index 0932090f..6a34f19f 100644
--- a/modules/gallery/controllers/upgrader.php
+++ b/modules/gallery/controllers/upgrader.php
@@ -95,7 +95,7 @@ class Upgrader_Controller extends Controller {
site_status::clear("upgrade_now");
// Clear any upgrade check strings, we are probably up to date.
- site_status::clear("upgrade_check");
+ site_status::clear("upgrade_checker");
if (php_sapi_name() == "cli") {
if ($failed) {