// removed error_Ãreporting(E_ALL) in tinymce.config
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11884 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
|
||||
error_reporting(E_ALL);
|
||||
//error_reporting(E_ALL ^ E_NOTICE);
|
||||
|
||||
|
||||
@@ -128,4 +127,4 @@ error_reporting(E_ALL);
|
||||
//LANGAUGAE DECLARATIONNS
|
||||
define('CONFIG_LANG_INDEX', 'language'); //the index in the session
|
||||
define('CONFIG_LANG_DEFAULT', (CONFIG_QUERY_STRING_ENABLE && !empty($_GET['language']) && file_exists(DIR_LANG . secureFileName($_GET['language'] . '.php'))?secureFileName($_GET['language']):'en')); //change it to be your language file base name, such en
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user