issue #173: typo in display_errors
parent
6172b35a81
commit
9370397555
|
@ -52,7 +52,7 @@ if(!defined('PSM_DEBUG')) {
|
||||||
}
|
}
|
||||||
if(PSM_DEBUG) {
|
if(PSM_DEBUG) {
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
ini_set('display_erors', 1);
|
ini_set('display_errors', 1);
|
||||||
} else {
|
} else {
|
||||||
error_reporting(0);
|
error_reporting(0);
|
||||||
ini_set('display_errors', 0);
|
ini_set('display_errors', 0);
|
||||||
|
|
Loading…
Reference in New Issue