Optimised Company() Setup() Config() and changed method_directory into URL
This commit is contained in:
@@ -40,7 +40,7 @@ class Controller_Admin_Module_Method extends Controller_Admin_Module {
|
||||
'body'=>sprintf(_('Method %s defined to database'),$mmo->name),
|
||||
));
|
||||
|
||||
HTTP::redirect(sprintf('admin/module/edit/%s',$mo->id));
|
||||
HTTP::redirect(URL::link('admin','/module/edit/'.$mo->id));
|
||||
|
||||
} else {
|
||||
SystemMessage::add(array(
|
||||
|
Reference in New Issue
Block a user