mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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_CORRECT", 1);
|
||||
define("COLLECTION_ERROR_LOST_DIRECTORY", 2);
|
||||
define("COLLECTION_UNSAVED", 3);
|
||||
|
||||
/* PAGINATION */
|
||||
define("PAGINATION_BLOCKS_LIMIT", 15);
|
||||
|
Loading…
x
Reference in New Issue
Block a user