http://drupalcode.org/project/xautoload.git/blob/refs/heads/7.x-2.x:/xau... introduced a dependency on the libraries module 2.x+. Using a module_exists() will not work here since libraries 1.x is not compatible. A function_exists() would be helpful.
Love the updates to the module over the past month!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1833382-libraries.patch | 1.17 KB | indytechcook |
Comments
Comment #1
indytechcook commentedPatch Attached
Comment #2
donquixote commentedAre you sure it does?
I assumed the hook would only be invoked if libraries is installed!
Comment #3
indytechcook commentedYou are correct about the hook calling but it still requires 2.x. On new sites this isn't a big deal but I'm trying to implement SPS in open public which uses 1.x version of libraries.
Comment #4
donquixote commentedAh! This is good to know.
That's going to be a hotfix, next x hours :)
Comment #5
donquixote commentedHotfix in 7.x-2.6
(still waiting for the tag to be available for creating a new release)
Thanks!
http://drupalcode.org/project/xautoload.git/commitdiff/d1c1e463c63f59ac5...
Comment #6
donquixote commentedI made this tag from 7.x-2.x-hotfix, not from 7.x-2.x. Maybe this prevents the new release?
Comment #7
donquixote commentedFinally was able to release the tag.
Just a matter of waiting.