Index: trunk/extensions/CategoryTree/CategoryTreeFunctions.php |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | } |
142 | 142 | else { |
143 | 143 | if ( !$hideroot ) $html .= CategoryTree::renderNode( $title, $mode, $depth>0, $wgCategoryTreeDynamicTag, $depth-1 ); |
144 | | - else if ( !$wgCategoryTreeDynamicTag ) $html .= $this->renderChildren( $title, $mode, $depth ); |
| 144 | + else if ( !$wgCategoryTreeDynamicTag ) $html .= $this->renderChildren( $title, $mode, $depth-1 ); |
145 | 145 | else { //FIXME: depth would need to be propagated here. this would imact the cache key, too |
146 | 146 | $uniq += 1; |
147 | 147 | $load = 'ct-' . $uniq . '-' . mt_rand( 1, 100000 ); |