* (bug 21650) Both calls to SkinTemplateTabs hook are now compatible
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 26 Nov 2009 20:19:09 +0000 (20:19 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 26 Nov 2009 20:19:09 +0000 (20:19 +0000)
RELEASE-NOTES
includes/SkinTemplate.php

index a80d5d9..feb8703 100644 (file)
@@ -646,6 +646,7 @@ Hopefully we will remove this configuration var soon)
   of the displayed page
 * (bug 21403) memcached class renamed to MWMemecached to avoid conflict with
   PHP's memcached extension
+* (bug 21650) Both calls to SkinTemplateTabs hook are now compatible
 
 == API changes in 1.16 ==
 
index 11fb418..e88b84e 100644 (file)
@@ -859,7 +859,7 @@ class SkinTemplate extends Skin {
                        }
 
 
-                       wfRunHooks( 'SkinTemplateTabs', array( &$this, &$content_actions ) );
+                       wfRunHooks( 'SkinTemplateTabs', array( $this, &$content_actions ) );
                } else {
                        /* show special page tab */