My install is throwing this error:
Parse error: syntax error, unexpected '}', expecting ')' in /home/mysite/public_html/drupal/sites/all/modules/wp2drupal/wp2drupal.module on line 393
My install is throwing this error:
Parse error: syntax error, unexpected '}', expecting ')' in /home/mysite/public_html/drupal/sites/all/modules/wp2drupal/wp2drupal.module on line 393
Comments
Comment #1
mgladding commentedFixed it:
added ); to lines 393 and 398.
Comment #2
damienmckennaFix committed to CVS. Thanks for noticing that, I'll roll another release to cover this.
Comment #3
damienmckennaHave rolled this into the v6.x-1.6 release.