aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2024-06-07 11:25:27 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2024-06-07 11:25:45 +0200
commit04e8ec75eaefe4ba1c0455636454ead3c35452ac (patch)
tree16849b7a088a3abf854669a63b6bd724baf69c35 /lib
parentbe521fa623b22c128d9072403e36ba94b9ca276f (diff)
re #4220
Diffstat (limited to 'lib')
-rw-r--r--lib/classes/PageLayout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/PageLayout.php b/lib/classes/PageLayout.php
index a4178a5..d6b28ec 100644
--- a/lib/classes/PageLayout.php
+++ b/lib/classes/PageLayout.php
@@ -150,7 +150,7 @@ class PageLayout
]);
self::addHeadElement('script', [
'src' => URLHelper::getURL('dispatch.php/debugbar/js'),
- ]);
+ ], '');
URLHelper::setBaseURL($old_base);
}