Attachment Library not working in Pro version of Xstandard
bvsc2008 - March 21, 2009 - 12:35
| Project: | XStandard WYSIWYG Editor |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | henrrrik |
| Status: | closed |
Jump to:
Description
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

#1
Fixed, thanks!
#2
Automatically closed -- issue fixed for 2 weeks with no activity.