Completed
Push — DomainModel ( 320102...fb4fd5 )
by Tomas Norre
05:14
created
Classes/ClickMenu/CrawlerClickMenu.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      *
40 40
      * @param ClickMenu reference parent object
41 41
      * @param array $menuItems
42
-     * @param string $tableName
42
+     * @param string $table
43 43
      * @param integer $uid
44 44
      *
45 45
      * @return array
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
         if ($table == 'pages') {
51 51
             // URL for the menu item. Point to the page tree example module, passing the page id.
52 52
             $baseUrl = 'mod.php?M=tools_ExamplesExamples&tx_examples_tools_examplesexamples%5Baction%5D=tree&tx_examples_tools_examplesexamples%5Bcontroller%5D=Default';
53
-            $baseUrl .= '&tx_examples_tools_examplesexamples%5Bpage%5D=' . $uid;
53
+            $baseUrl .= '&tx_examples_tools_examplesexamples%5Bpage%5D='.$uid;
54 54
 
55 55
             // Add new menu item with the following parameters:
56 56
             // 1) Label
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     {
77 77
         $icon = sprintf(
78 78
             '<img src="%s" border="0" align="top" alt="" />',
79
-            ExtensionManagementUtility::siteRelPath('crawler') . 'ext_icon.png'
79
+            ExtensionManagementUtility::siteRelPath('crawler').'ext_icon.png'
80 80
         );
81 81
         return $icon;
82 82
     }
Please login to merge, or discard this patch.