API page: https://api.drupal.org/api/drupal/modules%21dashboard%21dashboard.api.ph...
Enter a descriptive title (above) relating to function hook_dashboard_regions_alter, then describe the problem you have found:
function hook_dashboard_regions_alter($regions) {
should be replaced by
function hook_dashboard_regions_alter(&$regions) {
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | missing_sign-2061545-2.patch | 584 bytes | stephaneq |
Comments
Comment #1
jhodgdonGood catch!
Comment #2
stephaneqComment #3
jhodgdonThanks! I'll get this committed.
Comment #4
jhodgdonThanks again! Committed to 7.x.