Completed
Push — issue/103 ( 39a4ee )
by Tomas Norre
12:28
created
view/process/class.tx_crawler_view_process_list.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -318,7 +318,7 @@
 block discarded – undo
318 318
         return \AOE\Crawler\Utility\ButtonUtility::getLinkButton(
319 319
             'actions-refresh',
320 320
             $this->getLLLabel('LLL:EXT:crawler/modfunc1/locallang.xml:labels.refresh'),
321
-            'window.location=\'' . \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info') . '&SET[crawlaction]=multiprocess&id=' . $this->pageId . '\';'
321
+            'window.location=\''.\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info').'&SET[crawlaction]=multiprocess&id='.$this->pageId.'\';'
322 322
         );
323 323
     }
324 324
 
Please login to merge, or discard this patch.