summaryrefslogtreecommitdiff
path: root/modules/akismet/helpers/akismet_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/akismet/helpers/akismet_installer.php')
-rw-r--r--modules/akismet/helpers/akismet_installer.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/akismet/helpers/akismet_installer.php b/modules/akismet/helpers/akismet_installer.php
index cb1bff34..1a653b42 100644
--- a/modules/akismet/helpers/akismet_installer.php
+++ b/modules/akismet/helpers/akismet_installer.php
@@ -24,6 +24,8 @@ class akismet_installer {
if ($version == 0) {
module::set_version("akismet", 1);
}
+
+ akismet::check_config();
}
public static function uninstall() {