mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 17:39:46 +01:00
Fix for early PHP versions.
This commit is contained in:
parent
f6cdb9125c
commit
68ef32204e
@ -63,7 +63,7 @@ class e_validator
|
||||
/**
|
||||
* @var integer Unknown error code
|
||||
*/
|
||||
public const ERR_UNKNOWN = 0;
|
||||
const ERR_UNKNOWN = 0;
|
||||
|
||||
/**
|
||||
* @var integer Value not found error code
|
||||
|
Loading…
x
Reference in New Issue
Block a user