Incorrect variable usage
authorAlexander Ebert <ebert@woltlab.com>
Sat, 17 Nov 2018 20:16:10 +0000 (21:16 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 17 Nov 2018 20:16:10 +0000 (21:16 +0100)
See #2773

wcfsetup/install/files/lib/system/request/LinkHandler.class.php

index 57853f5f54ae97343be62f968665bd0da5794814..027a5619456c2801883f8126dd78cc257e4665cd 100644 (file)
@@ -260,7 +260,7 @@ class LinkHandler extends SingletonFactory {
                }
                
                return $this->getLink($data['controller'], [
-                       'application' => $application,
+                       'application' => $data['application'],
                        'forceFrontend' => true
                ]);
        }