summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/image_block/helpers/image_block_installer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/image_block/helpers/image_block_installer.php b/modules/image_block/helpers/image_block_installer.php
index e9967314..62c38ba4 100644
--- a/modules/image_block/helpers/image_block_installer.php
+++ b/modules/image_block/helpers/image_block_installer.php
@@ -20,6 +20,7 @@
class image_block_installer {
static function install() {
+ module::set_var("image_block", "image_count", "1");
module::set_version("image_block", $version = 2);
}