The episodes_init() function's first line is:
if (episodes_is_enabled($path)) {
The $path variable hasn't been added yet, and the episodes_is_enabled() function doesn't take any arguments, so the line should be:
if (episodes_is_enabled()) {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | episodes-n746786.patch | 639 bytes | damienmckenna |
Comments
Comment #1
damienmckennaHere's a patch.
Comment #2
wim leersThanks! Committed: http://drupal.org/cvs?commit=439610