1
0
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:
Cameron
2020-12-26 09:57:03 -08:00
parent f6cdb9125c
commit 68ef32204e

View File

@@ -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