From 263b56af47c8039a8c9b6fba67a8f67ea8e324bd Mon Sep 17 00:00:00 2001 From: Thomas Hackl Date: Wed, 18 Jun 2025 08:31:19 +0200 Subject: reflect new root id in class const --- lib/models/StudipStudyArea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []) { -- cgit v1.0