Improvements to traffic collection, zero record ignore, some fixes to order_by

This commit is contained in:
Deon George
2013-10-14 11:26:08 +11:00
parent 335e8e65bd
commit c347032497
6 changed files with 94 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ class Controller_Admin_Module_Method extends Controller_Admin_Module {
->type('success')
->body(_('Method record has been added.'));
HTTP::redirect(URL::link('admin','/module/edit/'.$mo->id));
HTTP::redirect(URL::link('admin','module/edit/'.$mo->id));
}
Block::factory()
@@ -98,6 +98,8 @@ class Controller_Admin_Module_Method extends Controller_Admin_Module {
->body(sprintf(_('Unable to save Group Method for method %s and group %s'),$mmo->name,$go->name));
}
}
HTTP::redirect(URL::link('admin','module/edit/'.$mmo->module_id));
}
Block::factory()