aboutsummaryrefslogtreecommitdiff
path: root/lib/models/StudipStudyArea.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/StudipStudyArea.php')
-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 = [])
{