From: Alexander Ebert <ebert@woltlab.com>
Date: Mon, 19 Dec 2016 22:16:57 +0000 (+0100)
Subject: Added missing JS reference
X-Git-Tag: 3.0.0_RC_2~9
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=04310d59205a6423d72731490702c60e1807e1c2;p=GitHub%2FWoltLab%2FWCF.git

Added missing JS reference
---

diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl
index 09407f1ddc..f2c00c3688 100644
--- a/wcfsetup/install/files/acp/templates/header.tpl
+++ b/wcfsetup/install/files/acp/templates/header.tpl
@@ -30,6 +30,7 @@
 	{js application='wcf' file='require.config' bundle='WoltLabSuite.Core' core='true'}
 	{js application='wcf' file='require.linearExecution' bundle='WoltLabSuite.Core' core='true'}
 	{js application='wcf' file='wcf.globalHelper' bundle='WoltLabSuite.Core' core='true'}
+	{js application='wcf' file='closest' bundle='WoltLabSuite.Core' core='true'}
 	<script>
 		requirejs.config({
 			baseUrl: '{@$__wcf->getPath()}js'