Closed (fixed)
Project:
Asset
Version:
5.x-2.0-beta1
Component:
Asset Panels
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Mar 2008 at 06:16 UTC
Updated:
19 Apr 2008 at 22:31 UTC
Jump to comment: Most recent file
hi,
I guess this has already been fixed, but just in case ...
I downloaded and set up the asset module and enabled asset panels ... I got a message error warning me for an " unexpected '{' " on line 21 of the asset_panels.module ...
here's what the line looked like :
if (function_exists(i18n_get_lang) {
how I obviously fixed it :
if (function_exists(i18n_get_lang)) {
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 234805.patch | 770 bytes | ezra-g |
| #2 | asset_panels.patch.txt | 665 bytes | alex ua |
Comments
Comment #1
ezra-g commentedUsing the latest checkout from DRUPAL-5 (which is version 5.x-2.0-beta1) I'm also getting this error. I would submit a patch, but I'm not clear on where the syntax error actually is since PHP still reports an error on line 21 with lines 19-24 commented out.
Comment #2
alex ua commentedHere's a patch for this...
Comment #3
ezra-g commentedThis did not apply:
Hunk #1 FAILED at 18.
Thanks for this patch -- I apologize for not catching your note about not submitting bug reports to this component without a patch.
Comment #4
ezra-g commentedI'l reroll this in a moment.
Comment #5
ezra-g commentedThis resolved the issue for me.
Comment #6
zroger commentedcommitted to 5.x-2.0-dev
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.