Fixed PHP Warning lost constant about collections

This commit is contained in:
mdtrooper 2015-02-25 12:26:37 +01:00
parent 8ed021b64d
commit 0919eb4fce
1 changed files with 1 additions and 0 deletions

View File

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