More linting!

This commit is contained in:
jgen
2014-04-28 02:23:45 -04:00
parent 022c162f40
commit e37c5cb9d0
7 changed files with 42 additions and 22 deletions

View File

@ -42,7 +42,7 @@ class _SafeImage {
$this->posted = $img->posted_timestamp;
$this->source = $img->source;
$this->owner_id = $img->owner_id;
$this->tags = $img->tag_array;
$this->tags = $img->get_tag_array();
}
}