Skip to content
Snippets Groups Projects
Commit 76a6060c authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

get_override_links: actually return overrides

parent 4949e1a5
No related branches found
No related tags found
No related merge requests found
...@@ -624,5 +624,7 @@ class Config { ...@@ -624,5 +624,7 @@ class Config {
$local_js = get_theme_path(self::get(self::LOCAL_OVERRIDE_JS)); $local_js = get_theme_path(self::get(self::LOCAL_OVERRIDE_JS));
if ($local_js) $rv .= javascript_tag($local_js); if ($local_js) $rv .= javascript_tag($local_js);
return $rv;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment