diff options
Diffstat (limited to 'modules/gallery/helpers/gallery_installer.php')
| -rw-r--r-- | modules/gallery/helpers/gallery_installer.php | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php index 1ffe9bae..41ed1c6e 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -677,6 +677,9 @@ class gallery_installer {        module::set_var("gallery", "upgrade_checker_auto_enabled", true);        module::set_version("gallery", $version = 46);      } + +    // Clear any upgrade check strings, we are probably up to date. +    site_status::clear("upgrade_check");    }    static function uninstall() { | 
