Move all templates from `syncTemplates` into shared and rename includes in templates
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / acp / action / WorkerProxyAction.class.php
index 19b9017b026e35e4155a22adece7740a6b54dc3d..fa6692384996c71f7014142086694d9a2947c121 100644 (file)
@@ -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