Completed
Push — master ( c00a63...b9159b )
by Andreas
18:38
created
lib/midcom/helper/nav/backend.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@  discard block
 block discarded – undo
310 310
             }
311 311
 
312 312
             $this->_leaves[$id] = $leaf;
313
-            $this->_loaded_leaves[$node->id][$id] =& $this->_leaves[$id];
313
+            $this->_loaded_leaves[$node->id][$id] = & $this->_leaves[$id];
314 314
         }
315 315
     }
316 316
 
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
                 continue;
351 351
             }
352 352
 
353
-            if (   !$show_noentry
353
+            if (!$show_noentry
354 354
                 && self::$_nodes[$id]->noentry) {
355 355
                 // Hide "noentry" items
356 356
                 continue;
Please login to merge, or discard this patch.