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()) {  
CommentFileSizeAuthor
#1 episodes-n746786.patch639 bytesdamienmckenna

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new639 bytes

Here's a patch.

wim leers’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.