In embed_widgets_get_sources() $module_widgets is checked with empty() rather than $module_sources resulting in no caching as inteneded.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| embed_wrong_variable_cached.diff | 494 bytes | jgraham |
In embed_widgets_get_sources() $module_widgets is checked with empty() rather than $module_sources resulting in no caching as inteneded.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| embed_wrong_variable_cached.diff | 494 bytes | jgraham |
Comments
Comment #1
jtsnow commentedFixed and committed to dev version.