Browse Source

Fixed SkinTemplateToolboxEnd undefined

paladox 9 năm trước cách đây
mục cha
commit
1ff96522cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Foreground.skin.php

+ 1 - 1
Foreground.skin.php

@@ -186,7 +186,7 @@ class foregroundTemplate extends BaseTemplate {
 						<!--RTL -->
 						<ul id="drop1" class="views large-12 columns right f-dropdown">
 							<?php foreach( $this->data['content_actions'] as $key => $item ) { echo preg_replace(array('/\sprimary="1"/','/\scontext="[a-z]+"/','/\srel="archives"/'),'',$this->makeListItem($key, $item)); } ?>
-							<?php wfRunHooks( SkinTemplateToolboxEnd, array( &$this, true ) );  ?>
+							<?php wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this, true ) );  ?>
 						</ul>
 						<!--RTL -->
 						<?php if ($wgUser->isLoggedIn()): ?>