aboutsummaryrefslogtreecommitdiff
path: root/lib/functions.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-01-21 13:09:26 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-01-21 13:09:26 +0000
commit4df9f170f16d60edc7437c9161c8668dc229b033 (patch)
tree1009cffc08fd5ad331328e1bb91b8c40a579debb /lib/functions.php
parent88a5f717f90e0e2c31599d159144559ae5be795e (diff)
fixes #237
Diffstat (limited to 'lib/functions.php')
-rw-r--r--lib/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/functions.php b/lib/functions.php
index e2cc1d7..8a0e403 100644
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -197,7 +197,7 @@ function get_object_type($id, $check_only = [])
// Initialize cache array
if ($cache === null) {
- $cache = new StudipCachedArray('/Studip/ObjectTypes');
+ $cache = new StudipCachedArray('Studip/ObjectTypes');
}
// No cached entry available? Go ahead and determine type