mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 10:20:45 +02:00
Fix for early PHP versions.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user