update docs

This commit is contained in:
Daku 2015-10-08 19:25:38 +01:00
parent de761c11d7
commit 600011219f

View file

@ -627,8 +627,9 @@ class Image {
* Send list of metatags to be parsed. * Send list of metatags to be parsed.
* *
* @param [] $metatags * @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) { foreach($metatags as $tag) {
$ttpe = new TagTermParseEvent($tag, $image_id, TRUE); $ttpe = new TagTermParseEvent($tag, $image_id, TRUE);
send_event($ttpe); send_event($ttpe);