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

henrrrik’s picture

Version: 6.x-1.0-rc1 » 6.x-1.x-dev
Assigned: Unassigned » henrrrik
Status: Active » Fixed

Fixed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.