Index: trunk/extensions/ReaderFeedback/ReaderFeedback.hooks.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | } |
75 | 75 | |
76 | 76 | public static function addFeedbackForm( &$data, $skin ) { |
77 | | - global $wgOut, $wgArticle |
| 77 | + global $wgOut, $wgArticle; |
78 | 78 | $title = $skin->getTitle(); |
79 | 79 | if( $wgOut->isArticleRelated() && isset($wgArticle) ) { |
80 | 80 | global $wgRequest, $wgUser, $wgOut; |