update docs
This commit is contained in:
parent
de761c11d7
commit
600011219f
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue