Completed
Push — master ( 3bc627...8682dc )
by Nicolaas
02:53
created
code/model/SilverstripeColumnsPageExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -282,6 +282,9 @@
 block discarded – undo
282 282
         return $this->MyMenuItemsMenuLink(0);
283 283
     }
284 284
 
285
+    /**
286
+     * @param integer $id
287
+     */
285 288
     public function MyMenuItemsMenuLink($id = null)
286 289
     {
287 290
         if ($id === null) {
Please login to merge, or discard this patch.