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!