From baa61f28e0cdea5193a9878fe878826982c59597 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 17 Nov 2018 21:16:10 +0100 Subject: [PATCH] Incorrect variable usage See #2773 --- wcfsetup/install/files/lib/system/request/LinkHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/request/LinkHandler.class.php b/wcfsetup/install/files/lib/system/request/LinkHandler.class.php index 57853f5f54..027a561945 100644 --- a/wcfsetup/install/files/lib/system/request/LinkHandler.class.php +++ b/wcfsetup/install/files/lib/system/request/LinkHandler.class.php @@ -260,7 +260,7 @@ class LinkHandler extends SingletonFactory { } return $this->getLink($data['controller'], [ - 'application' => $application, + 'application' => $data['application'], 'forceFrontend' => true ]); } -- 2.20.1