mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-23 00:04:03 -04:00
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:
committed by
Gallery Role Account
parent
3413fe6bfd
commit
4eedf804e1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user