Fixed PHP Warning lost constant about collections
This commit is contained in:
parent
8ed021b64d
commit
0919eb4fce
|
@ -408,6 +408,7 @@ define("CUSTOM_GRAPH_STACKED_LINE", 3);
|
||||||
define("COLLECTION_PENDING_APPLY", 0);
|
define("COLLECTION_PENDING_APPLY", 0);
|
||||||
define("COLLECTION_CORRECT", 1);
|
define("COLLECTION_CORRECT", 1);
|
||||||
define("COLLECTION_ERROR_LOST_DIRECTORY", 2);
|
define("COLLECTION_ERROR_LOST_DIRECTORY", 2);
|
||||||
|
define("COLLECTION_UNSAVED", 3);
|
||||||
|
|
||||||
/* PAGINATION */
|
/* PAGINATION */
|
||||||
define("PAGINATION_BLOCKS_LIMIT", 15);
|
define("PAGINATION_BLOCKS_LIMIT", 15);
|
||||||
|
|
Loading…
Reference in New Issue