Extra parenthesis on line 74 in staticmap.module

function theme_staticmap_map($vars) {
return theme('image', $vars));
}

CommentFileSizeAuthor
#1 extra_parenthesis-1749248-1.patch303 bytesplopesc

Comments

plopesc’s picture

Status: Active » Needs review
StatusFileSize
new303 bytes

Sorry.

It's a bug in my patch provided in #1701414: Add size parameters to map image.

Attaching new patch.

Apologies

deanflory’s picture

Getting this nasty WSOD error after attempting to run update.php:

Parse error: syntax error, unexpected ')' in /home/account/public_html/drupal/sites/all/modules/staticmap/staticmap.module on line 74

Will try the patch.

deanflory’s picture

Patch did clear up the WSOD error.

floretan’s picture

Status: Needs review » Reviewed & tested by the community

I can confirm that the patch fixes the syntax error.

jibus’s picture

Same here

Thanks for the patch

chrowe’s picture

patch in #1 worked for me

Can a maintainer apply this patch?

Sinovchi’s picture

patch in #1 worked for me too.

Anonymous’s picture

Works. thanks.

podarok’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Needs review

Status: Needs review » Needs work

The last submitted patch, 1: extra_parenthesis-1749248-1.patch, failed testing.

rudiedirkx’s picture

Status: Needs work » Closed (fixed)

Fixed in dev somewhere.