1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-10 18:14:00 +02:00

fixed use of undefined constant ON

This commit is contained in:
Marco Dickert
2017-03-05 22:29:53 +01:00
parent b5a0bb1d0f
commit e63516ae87
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ class IFMZip {
*/
error_reporting( E_ALL );
ini_set( 'display_errors', ON );
ini_set( 'display_errors', 'ON' );
class IFM {
const VERSION = '2.3.1';

View File

@@ -11,7 +11,7 @@
*/
error_reporting( E_ALL );
ini_set( 'display_errors', ON );
ini_set( 'display_errors', 'ON' );
class IFM {
const VERSION = '2.3.1';