Added lost constant COLLECTION_UNSAVED
This commit is contained in:
parent
905d768322
commit
55766b2ed2
|
@ -381,6 +381,8 @@ define("CUSTOM_GRAPH_STACKED_LINE", 3);
|
|||
define("COLLECTION_PENDING_APPLY", 0);
|
||||
define("COLLECTION_CORRECT", 1);
|
||||
define("COLLECTION_ERROR_LOST_DIRECTORY", 2);
|
||||
define("COLLECTION_UNSAVED", 3);
|
||||
|
||||
|
||||
/* PAGINATION */
|
||||
define("PAGINATION_BLOCKS_LIMIT", 15);
|
||||
|
|
Loading…
Reference in New Issue