Page MenuHomePhabricator

Usage of $this in static methods
Closed, ResolvedPublic

Description

LocalFile.php and OldLocalFile.php

In newFromKey() in both of the files, they have 2 uses of $this


Version: unspecified
Severity: normal

Details

Reference
bz24517

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:05 PM
bzimport set Reference to bz24517.
bzimport added a subscriber: Unknown Object (MLST).

Also, while you're there..

$row = $dbr->selectRow( 'oldimage', $this->getCacheFields( 'oi_' ), $conds, $fname );

in newFromKey in OldLocalFile.php - $dbr is undefined