aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2025-06-18 08:31:19 +0200
committerThomas Hackl <hackl@data-quest.de>2025-07-25 13:51:44 +0200
commit263b56af47c8039a8c9b6fba67a8f67ea8e324bd (patch)
treee320dc4b0adc59439d41e9a89c7747cff52f1428
parent4a7141795d4b3537000732fd233f4f8c3ce1492c (diff)
reflect new root id in class const
-rw-r--r--lib/models/StudipStudyArea.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/StudipStudyArea.php b/lib/models/StudipStudyArea.php
index a686486..c48d5dd 100644
--- a/lib/models/StudipStudyArea.php
+++ b/lib/models/StudipStudyArea.php
@@ -38,7 +38,7 @@ class StudipStudyArea extends SimpleORMap implements StudipTreeNode
/**
* This constant represents the key of the root area.
*/
- const ROOT = 'root';
+ const ROOT = 0;
protected static function configure($config = [])
{