mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +02:00
Fix for early PHP versions.
This commit is contained in:
@@ -63,7 +63,7 @@ class e_validator
|
|||||||
/**
|
/**
|
||||||
* @var integer Unknown error code
|
* @var integer Unknown error code
|
||||||
*/
|
*/
|
||||||
public const ERR_UNKNOWN = 0;
|
const ERR_UNKNOWN = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var integer Value not found error code
|
* @var integer Value not found error code
|
||||||
|
Reference in New Issue
Block a user