summaryrefslogtreecommitdiff
path: root/classes/config.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-12 07:40:34 +0300
committerAndrew Dolgov <[email protected]>2021-03-12 07:40:34 +0300
commit76a6060ca390c6e58928edc06d35ed6ff3281b06 (patch)
tree60e422c228c8a34febbc37ab30f4dcd0da0a6eb9 /classes/config.php
parent4949e1a59059d9e72ba7a98f783cec312c06c6d2 (diff)
get_override_links: actually return overrides
Diffstat (limited to 'classes/config.php')
-rw-r--r--classes/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/config.php b/classes/config.php
index 2307665f3..2fa222092 100644
--- a/classes/config.php
+++ b/classes/config.php
@@ -624,5 +624,7 @@ class Config {
$local_js = get_theme_path(self::get(self::LOCAL_OVERRIDE_JS));
if ($local_js) $rv .= javascript_tag($local_js);
+
+ return $rv;
}
}