summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-09 07:36:18 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-09 07:36:18 -0800
commit8b07599ba916ea838c01639be821e91ba4018853 (patch)
tree1b9a8fc010052d62155d66fbac75c5e9bdfce66f
parent0dbf0d51733aa3ef7840a23aeac6dfbe92d014e2 (diff)
parent64f5a98bd60410e54b6d0c59c713bb7e3eff0a83 (diff)
Merge branch 'master' into talmdal_dev
-rw-r--r--modules/image_block/helpers/image_block_installer.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/image_block/helpers/image_block_installer.php b/modules/image_block/helpers/image_block_installer.php
index 06668dc2..04a15619 100644
--- a/modules/image_block/helpers/image_block_installer.php
+++ b/modules/image_block/helpers/image_block_installer.php
@@ -19,13 +19,11 @@
*/
class image_block_installer {
static function install() {
- block_manager::add("site.sidebar", "image_block", "random_image");
module::set_version("image_block", 2);
}
static function upgrade($version) {
if ($version == 1) {
- block_manager::add("site.sidebar", "image_block", "random_image");
module::set_version("image_block", 2);
}
}