govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

[GOVCMSD7-208] Fixed undefined index notice. #886

Closed sonnykt closed 4 years ago

sonnykt commented 5 years ago

Fix the PHP notice

Notice: Undefined index: modules in govcms_account_security_form_alter() (line 90 of /app/profiles/govcms/modules/custom/govcms_account_security/govcms_account_security.module).
Warning: Invalid argument supplied for foreach() in govcms_account_security_form_alter() (line 90 of /app/profiles/govcms/modules/custom/govcms_account_security/govcms_account_security.module).

JIRA: https://jira.gold.gov.au/jira/browse/GOVCMSD7-208

pandaskii commented 4 years ago

Thanks @sonnykt