Reply to thread

I could have sworn they use to return FALSE on empty or not found. :(


Might want to change your code in XFMG then ;)


[code]

$mediaIds = $mediaItemFinder->pluckFrom('media_id')->fetch(1000);

if (!$mediaIds)

{

   return $this->complete();

}

[/code]


Back
Top Bottom