aboutsummaryrefslogtreecommitdiff
path: root/lib/include
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include')
-rw-r--r--lib/include/html_head.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php
index cb619a8..a6321c8 100644
--- a/lib/include/html_head.inc.php
+++ b/lib/include/html_head.inc.php
@@ -23,7 +23,7 @@ $getJsonApiSchemas = function () {
array_unique(
array_map(
fn($class) => $class::TYPE,
- studipApp('json-api-integration-schemas')
+ app('json-api-integration-schemas')
)
)
);