Followup r98212; Ensure that true is passed to all uses of SkinTemplateToolboxEnd...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 9 Oct 2011 19:54:12 +0000 (19:54 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 9 Oct 2011 19:54:12 +0000 (19:54 +0000)
skins/MonoBook.php
skins/Vector.php

index bd8a525..5f84e16 100644 (file)
@@ -242,7 +242,7 @@ echo $footerEnd;
 <?php
                }
                wfRunHooks( 'MonoBookTemplateToolboxEnd', array( &$this ) );
-               wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this ) );
+               wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this, true ) );
 ?>
                        </ul>
                </div>
index f0b14eb..a9c4494 100644 (file)
@@ -305,7 +305,7 @@ class VectorTemplate extends BaseTemplate {
 <?php
                        endforeach;
                        if ( $hook !== null ) {
-                               wfRunHooks( $hook, array( &$this ) );
+                               wfRunHooks( $hook, array( &$this, true ) );
                        }
                        ?>
                </ul>