summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-31 15:23:37 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-31 15:23:37 -0800
commitc6676dd455d070aaded25f048269eee07248100a (patch)
treed7a9b844bcf88b4f0869d18863d740ff0fe387c3 /modules/gallery
parent225359637917aa8d3d416da78e38c45d48b6a5f0 (diff)
Remove obsolete call to _force_block_adder() which has been broken for over a year.
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/controllers/admin_dashboard.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gallery/controllers/admin_dashboard.php b/modules/gallery/controllers/admin_dashboard.php
index 5f2cb41d..42a3c081 100644
--- a/modules/gallery/controllers/admin_dashboard.php
+++ b/modules/gallery/controllers/admin_dashboard.php
@@ -91,7 +91,5 @@ class Admin_Dashboard_Controller extends Admin_Controller {
}
block_manager::set_active($location, $new_blocks);
}
-
- $this->_force_block_adder();
}
}