X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=wcfsetup%2Finstall%2Ffiles%2Flib%2Facp%2Faction%2FWorkerProxyAction.class.php;h=fa6692384996c71f7014142086694d9a2947c121;hb=b54fdcc05b6b4bf8aefe51eafcb37388eee7f223;hp=19b9017b026e35e4155a22adece7740a6b54dc3d;hpb=bb577ac82ec40d72c1ab85f3647a61945f04e257;p=GitHub%2FWoltLab%2FWCF.git diff --git a/wcfsetup/install/files/lib/acp/action/WorkerProxyAction.class.php b/wcfsetup/install/files/lib/acp/action/WorkerProxyAction.class.php index 19b9017b02..fa66923849 100644 --- a/wcfsetup/install/files/lib/acp/action/WorkerProxyAction.class.php +++ b/wcfsetup/install/files/lib/acp/action/WorkerProxyAction.class.php @@ -22,7 +22,7 @@ final class WorkerProxyAction extends AJAXInvokeAction /** * @inheritDoc */ - const DO_NOT_LOG = true; + public const DO_NOT_LOG = true; /** * loop counter @@ -132,7 +132,7 @@ final class WorkerProxyAction extends AJAXInvokeAction // include template on startup if ($this->loopCount == -1) { - $returnValues['template'] = WCF::getTPL()->fetch('worker'); + $returnValues['template'] = WCF::getTPL()->fetch('shared_worker'); } // send JSON-encoded response