Completed
Push — master ( b2990f...fc46cf )
by Nicolaas
01:39
created
code/model/SilverstripeColumnsPageExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -260,6 +260,9 @@
 block discarded – undo
260 260
         return $this->MyMenuItemsMenuLink(0);
261 261
     }
262 262
 
263
+    /**
264
+     * @param integer $id
265
+     */
263 266
     function MyMenuItemsMenuLink($id = null)
264 267
     {
265 268
         if($id === null) {
Please login to merge, or discard this patch.