r86297 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86296‎ | r86297 | r86298 >
Date:10:24, 18 April 2011
Author:reedy
Status:deferred
Tags:
Comment:
PHP Notice: Undefined property: SkinCologneBlue::$mTitle in /www/w/extensions/Translate/TranslateEditAddons.php on line 309
Modified paths:
  • /trunk/extensions/Translate/TranslateEditAddons.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/TranslateEditAddons.php
@@ -305,8 +305,14 @@
306306 return in_array( $namespace, $wgTranslateMessageNamespaces, true );
307307 }
308308
 309+ /**
 310+ * @static
 311+ * @param $skin Skin
 312+ * @param $tabs
 313+ * @return bool
 314+ */
309315 public static function tabs( $skin, &$tabs ) {
310 - if ( !self::isMessageNamespace( $skin->mTitle ) ) {
 316+ if ( !self::isMessageNamespace( $skin->getTitle() ) ) {
311317 return true;
312318 }
313319

Status & tagging log