r75513 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75512‎ | r75513 | r75514 >
Date:11:18, 27 October 2010
Author:siebrand
Status:ok (Comments)
Tags:
Comment:
Follow-up r75499: initialise $anchorclose to prevent PHP Notice: Undefined variable: anchorclose on line 390.
Modified paths:
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -371,6 +371,7 @@
372372 $thumbnail = $this->displayImg->transform( $params );
373373
374374 $showLink = true;
 375+ $anchorclose = '';
375376 if ( !$this->displayImg->mustRender() ) {
376377 $anchorclose = "<br />" . $msgsmall;
377378 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75499Make the image page more consistent. Now all pages will have the fullMedia di...hartman01:50, 27 October 2010

Comments

#Comment by TheDJ (talk | contribs)   11:20, 27 October 2010

Thank you siebrand !

Status & tagging log