Closed (fixed)
Project:
XStandard WYSIWYG Editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Mar 2009 at 12:35 UTC
Updated:
19 Apr 2009 at 23:50 UTC
Due to a very slight typo the Attachment Library is not working when Xstandard is used in Pro mode.
The code in question is on line 564 of xstandard.module
The code currently reads:
if (variable_get("xstandard_attachmentlibrary", "0")< /code>
Should read:
if (variable_get("xstandard_attachmentlibrary_url", "0")< /code>
Cheers
Dave
Comments
Comment #1
henrrrik commentedFixed, thanks!