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 @@
372
372
$thumbnail = $this->displayImg->transform( $params );
373
373
374
374
$showLink = true;
375
+ $anchorclose = '';
375
376
if ( !$this->displayImg->mustRender() ) {
376
377
$anchorclose = "<br />" . $msgsmall;
377
378
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r75499
Make the image page more consistent. Now all pages will have the fullMedia di...
hartman
01:50, 27 October 2010
Comments
#
Comment by
TheDJ
(
talk
|
contribs
)
11:20, 27 October 2010
Thank you siebrand !
Status & tagging log
11:32, 27 October 2010
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r75513
[
removed:
new
added:
ok]