diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index ebe01158..e27bc7a0 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -627,8 +627,9 @@ class Image { * Send list of metatags to be parsed. * * @param [] $metatags + * @param int $image_id */ - public function parse_metatags(/*arr*/ $metatags, $image_id) { + public function parse_metatags($metatags, $image_id) { foreach($metatags as $tag) { $ttpe = new TagTermParseEvent($tag, $image_id, TRUE); send_event($ttpe);