From 76a6060ca390c6e58928edc06d35ed6ff3281b06 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@fakecake.org>
Date: Fri, 12 Mar 2021 07:40:34 +0300
Subject: [PATCH] get_override_links: actually return overrides

---
 classes/config.php | 2 ++
 1 file changed, 2 insertions(+)

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;
 	}
 }
-- 
GitLab