401ode / GetOutdoorsRI

Site promote the use of Rhode Island's public outdoor resources and increase public engagement
0 stars 2 forks source link

Fix Trophy Room Error #47

Closed theryankelly closed 8 years ago

theryankelly commented 8 years ago

Warning: key() expects parameter 1 to be array, string given in mo_project_badge_gallery_sort() (line 731 of /home/drupal/GoRI/httpdocs/sites/default/modules/mo_project/includes/badges.inc). Notice: Trying to get property of non-object in mo_project_build_badge_archive_helper() (line 711 of /home/drupal/GoRI/httpdocs/sites/default/modules/mo_project/includes/badges.inc). Warning: key() expects parameter 1 to be array, string given in mo_project_badge_gallery_sort() (line 731 of /home/drupal/GoRI/httpdocs/sites/default/modules/mo_project/includes/badges.inc). Notice: Trying to get property of non-object in mo_project_build_badge_archive_helper() (line 711 of /home/drupal/GoRI/httpdocs/sites/default/modules/mo_project/includes/badges.inc).

theryankelly commented 8 years ago

Related to #39

nickatomlin commented 8 years ago

Fixed by commit af872c4, which reverts to the old code and removes the key() function.