• When performing a search with the plugin activated, the following Notice is thrown in debug mode if there are no search results found:

    Notice: Undefined variable: array_unique_ids in /var/www/vhosts/spaceharbor.de/subdomains/becker/wp-content/plugins/media-tags/media_tags.php on line 291

    We fixed it by changing:

    if ($array_unique_ids)

    to:

    if (!empty($array_unique_ids))

    http://wordpress.org/extend/plugins/media-tags/

  • The topic ‘Undefined variable: array_unique_ids’ is closed to new replies.