diff options
Diffstat (limited to 'lib/models/StudipStudyArea.php')
| -rw-r--r-- | lib/models/StudipStudyArea.php | 2 |
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 = []) { |
