r62059 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r62058
|
r62059
|
r62060
>
Date:
02:12, 6 February 2010
Author:
avar
Status:
ok
Tags:
Comment:
Removing stub __construct() function. This was never called on PHP 5.2
and I'd wager on no PHP version since __construct was itroduced.
The code should probably just use __construct() for its main
constructor but maybe it also works on PHP 4.
Modified paths:
/trunk/extensions/PagedTiffHandler/PagedTiffHandler_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/PagedTiffHandler/PagedTiffHandler_body.php
—
—
@@ -26,7 +26,6 @@
27
27
* Sets $wgShowEXIF to true when file is a tiff file.
28
28
* This does not influence other ImageHandlers, which are possibly dependent on read-exif-data.
29
29
*/
30
- function __construct() { $this->PagedTiffHandler(); }
31
30
function PagedTiffHandler() {
32
31
global $wgShowEXIF;
33
32
$wgShowEXIF = true;
Status & tagging log
05:40, 19 February 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r62059
[
removed:
new
added:
ok]