[+] 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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user