From ce524e8729c9d88299cb2cf6cec4db62701161ad Mon Sep 17 00:00:00 2001 From: jgen Date: Thu, 24 Apr 2014 05:25:12 -0400 Subject: [PATCH] This variable does exist, it is actually pulled from the database. Making it explicit for the linter. --- core/imageboard.pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index bafe738b..d09fb75b 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -40,7 +40,7 @@ class Image { public $height, $width; public $hash, $filesize; public $filename, $ext; - public $owner_ip; + public $owner_id, $owner_ip; public $posted; public $source; public $locked;