thanks for this great module.

I get this error when integration with this module:

warning: Invalid argument supplied for foreach() in /www/htdocs/w00c21f7/sc9/sites/all/modules/menu_site_map/menu_site_map.module on line 515.

it seems to be similar to this entry:

http://drupal.org/node/629266

thanks for your help

CommentFileSizeAuthor
#1 menu_site_map-745728.patch11.93 KBwiifm

Comments

wiifm’s picture

Status: Active » Needs review
StatusFileSize
new11.93 KB

Solved this error with a quick is_array() check before the foreach()

Attached is a patch.

Path also contains misc trailing whitespace issues