r103948 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103947‎ | r103948 | r103949 >
Date:19:37, 22 November 2011
Author:rmoen
Status:ok
Tags:
Comment:
fix php error. follow up to r103943
Modified paths:
  • /trunk/extensions/MoodBar/SpecialFeedbackDashboard.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php
@@ -213,7 +213,7 @@
214214
215215 $classes = Sanitizer::encodeAttribute( implode(' ', $classes) );
216216 $toolLinks = implode("\n", $toolLinks );
217 - if (!$responseElements) {
 217+ if (!isset($responseElements)) {
218218 $responseElements = "";
219219 }
220220

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103943Phase 2. Feedback Response front end and Dashboard ie fixes.rmoen19:28, 22 November 2011

Status & tagging log