Fixed ADSL traffic collection, and migrated Task to Minion
This commit is contained in:
@@ -63,7 +63,7 @@ class Controller_Admin_Product extends Controller_Product {
|
||||
$pco = ORM::factory('Product_Category',$this->request->param('id'));
|
||||
|
||||
if (! $pco->loaded())
|
||||
HTTP::redirect('welcome/index');
|
||||
HTTP::redirect(URL::link('admin','product/list'));
|
||||
|
||||
if ($_POST)
|
||||
$pco->values($_POST)->save();
|
||||
|
Reference in New Issue
Block a user