Closed (fixed)
Project:
Episodes
Version:
6.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2010 at 02:08 UTC
Updated:
4 Nov 2010 at 16:50 UTC
Jump to comment: Most recent file
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