Closed (fixed)
Project:
Country codes API
Version:
6.x-1.1-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 10:46 UTC
Updated:
20 Apr 2009 at 11:20 UTC
i have installed some new modules and my site crashes:
Parse error: syntax error, unexpected ',', expecting '&' or T_VARIABLE in ........./sites/all/modules/countries_api/regions_api_service.module on line 78
line 78: function regions_api_service_load_access( , $account) {
i do so:
line 78: function regions_api_service_load_access($account) {
is thats right code ?
Comments
Comment #1
mrfelton commentedyes, your change looks appropriate - I have now committed this in CVS.
Comment #2
ionmedia commentedwell done :)