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) {

CommentFileSizeAuthor
#2 missing_sign-2061545-2.patch584 bytesstephaneq

Comments

jhodgdon’s picture

Issue tags: +Novice

Good catch!

stephaneq’s picture

Status: Active » Needs review
StatusFileSize
new584 bytes
jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Thanks! I'll get this committed.

jhodgdon’s picture

Status: Reviewed & tested by the community » Fixed

Thanks again! Committed to 7.x.

Automatically closed -- issue fixed for 2 weeks with no activity.