This variable does exist, it is actually pulled from the database. Making it explicit for the linter.

This commit is contained in:
jgen 2014-04-24 05:25:12 -04:00
parent e2f5c7a6ec
commit ce524e8729

View file

@ -40,7 +40,7 @@ class Image {
public $height, $width; public $height, $width;
public $hash, $filesize; public $hash, $filesize;
public $filename, $ext; public $filename, $ext;
public $owner_ip; public $owner_id, $owner_ip;
public $posted; public $posted;
public $source; public $source;
public $locked; public $locked;