r71992 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71991‎ | r71992 | r71993 >
Date:23:27, 30 August 2010
Author:aaron
Status:ok
Tags:
Comment:
Fixed fatal from r71541
Modified paths:
  • /trunk/extensions/ReaderFeedback/ReaderFeedback.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReaderFeedback/ReaderFeedback.hooks.php
@@ -73,7 +73,7 @@
7474 }
7575
7676 public static function addFeedbackForm( &$data, $skin ) {
77 - global $wgOut, $wgArticle
 77+ global $wgOut, $wgArticle;
7878 $title = $skin->getTitle();
7979 if( $wgOut->isArticleRelated() && isset($wgArticle) ) {
8080 global $wgRequest, $wgUser, $wgOut;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71541Followup r71540...reedy01:37, 24 August 2010

Status & tagging log