diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 22:33:28 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 22:33:28 -0700 |
commit | 79a05adb9d941671cefbdf6b1cc97f0cd84fabf3 (patch) | |
tree | d07395177bbfb47b487184a87f3888bdeb6f5ccc /modules/recaptcha | |
parent | 9a7e642cd6cc3d250d9d413c3ce0414e92e9d769 (diff) |
Clear the site status message on deactivate, not on uninstall.
Diffstat (limited to 'modules/recaptcha')
-rw-r--r-- | modules/recaptcha/helpers/recaptcha_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/helpers/recaptcha_installer.php b/modules/recaptcha/helpers/recaptcha_installer.php index 6269c632..f74bf558 100644 --- a/modules/recaptcha/helpers/recaptcha_installer.php +++ b/modules/recaptcha/helpers/recaptcha_installer.php @@ -29,7 +29,7 @@ class recaptcha_installer { recaptcha::check_config(); } - static function uninstall() { + static function deactivate() { site_status::clear("recaptcha_config"); } } |