Update all references to the core application to now point to the

gallery module.  This type of mass update is prone to some small bugs.

Signed-off-by: Gallery Role Account <gallery@menalto.com>
This commit is contained in:
Bharat Mediratta
2009-05-28 11:07:09 +08:00
committed by Gallery Role Account
parent 3413fe6bfd
commit 4eedf804e1
52 changed files with 203 additions and 201 deletions
@@ -29,7 +29,7 @@ class Admin_Dashboard_Controller extends Admin_Controller {
}
public function add_block() {
$form = core_block::get_add_block_form();
$form = gallery_block::get_add_block_form();
if ($form->validate()) {
list ($module_name, $id) = explode(":", $form->add_block->id->value);
$available = block_manager::get_available();