[+] BO : #PSFV-94 AdminGenerator is now a controller

// + now form in options.tpl is inside a block
// newly made controller are now controllerCore
// Configuration die2Exception
// added license text in newly made admin templates

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10070 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-11-13 18:51:01 +00:00
parent 35429b0699
commit 8b46abe6de
10 changed files with 131 additions and 63 deletions
+2 -2
View File
@@ -187,7 +187,7 @@ class ConfigurationCore extends ObjectModel
static public function getMultiple($keys, $langID = NULL, $shopGroupID = NULL, $shopID = NULL)
{
if (!is_array($keys))
die(Tools::displayError());
throw new PrestashopException('keys var is not an array');
$langID = (int)$langID;
self::getShopFromContext($shopGroupID, $shopID);
@@ -497,4 +497,4 @@ class ConfigurationCore extends ObjectModel
';
return Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($query);
}
}
}