mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed the constants are used in the collections. Ticket #1428
This commit is contained in:
parent
e88ab123df
commit
afb668ceeb
@ -377,7 +377,7 @@ define("CUSTOM_GRAPH_LINE", 2);
|
||||
define("CUSTOM_GRAPH_STACKED_LINE", 3);
|
||||
|
||||
/* COLLECTIONS */
|
||||
define("COLLECTION_CORRECT", 0);
|
||||
define("COLLECTION_PENDING_APPLY", 1);
|
||||
define("COLLECTION_PENDING_APPLY", 0);
|
||||
define("COLLECTION_CORRECT", 1);
|
||||
define("COLLECTION_ERROR_LOST_DIRECTORY", 2);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user