[*] CORE : Throw Exception when no theme selected only in front office
This commit is contained in:
@@ -162,7 +162,7 @@ class FrontControllerCore extends Controller
|
||||
|
||||
/* Theme is missing */
|
||||
if (!is_dir(_PS_THEME_DIR_))
|
||||
die(sprintf(Tools::displayError('Current theme unavailable "%s". Please check your theme directory name and permissions.'), basename(rtrim(_PS_THEME_DIR_, '/\\'))));
|
||||
throw new PrestaShopException((sprintf(Tools::displayError('Current theme unavailable "%s". Please check your theme directory name and permissions.'), basename(rtrim(_PS_THEME_DIR_, '/\\')))));
|
||||
|
||||
if (Configuration::get('PS_GEOLOCATION_ENABLED'))
|
||||
if (($newDefault = $this->geolocationManagement($this->context->country)) && Validate::isLoadedObject($newDefault))
|
||||
|
||||
Reference in New Issue
Block a user