Textile module is using Variables API (instead of Libraries API) to locate its necessary third-party library code. There were several one-off errors in the support code that does this. The two that were located within the textile module are corrected in this patch.
The other one is in #1019320: The path passed to file_exists() is not correct
| Comment | File | Size | Author |
|---|---|---|---|
| textile.patch | 741 bytes | pillarsdotnet |
Comments
Comment #1
Anonymous (not verified) commentedComment #2
Anonymous (not verified) commentedThank you for your report, and the patch.
The
textile_library_path()function was not using the absolute path when checking if the class library file exists; I fixed that too.Comment #4
donquixote commentedIs it possible that this is not committed to the 6.x branch?
Comment #4.0
Anonymous (not verified) commentedCorrected spelling.
Comment #5
jenlampton