Quellcode durchsuchen

removing redundant SkinTemplateToolboxEnd calls

Garrick van Buren vor 12 Jahren
Ursprung
Commit
b0482f94fc
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      foreground.skin.php

+ 0 - 1
foreground.skin.php

@@ -48,7 +48,6 @@ class ForegroundTemplate extends BaseTemplate {
 											<?php if ( is_array( $box['content'] ) ) { ?>
 												<ul class="dropdown">
 													<?php foreach ( $box['content'] as $key => $item ) { echo $this->makeListItem( $key, $item ); } ?>
-													<?php wfRunHooks( SkinTemplateToolboxEnd, array( &$this, true ) );  ?>
         								</ul>
 											<?php }  ?>
 									</li>