[*] BO : #PSFV-94 - added AdminLogsController and changed initX() functions to return their result

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9544 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-10-21 13:40:41 +00:00
parent 2ee064cd1c
commit 365915cb0e
16 changed files with 175 additions and 131 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ class AdminShopUrlControllerCore extends AdminController
$this->_select = 's.name AS shop_name, CONCAT(a.physical_uri, a.virtual_uri) AS uri';
$this->_join = 'LEFT JOIN `'._DB_PREFIX_.'shop` s ON (s.id_shop = a.id_shop)';
parent::initList();
return parent::initList();
}
public function initForm()
@@ -194,7 +194,7 @@ class AdminShopUrlControllerCore extends AdminController
'physical_uri' => Validate::isLoadedObject($obj) ? $this->getFieldValue($obj, 'physical_uri') : $current_shop->physical_uri
);
parent::initForm();
return parent::initForm();
}
public function postProcess()