Found a problem in the code. Line 393 of latest version.

Here is the fixed line from what I can see:
return isset($user->endure_misery) ? $user->endure_misery : FALSE;

It used to read:
return isset($user->endure_misery) ? $user->endure_mistery : FALSE;

Comments

danielb’s picture

Status: Fixed » Active
danielb’s picture

Status: Active » Fixed

thanks

Status: Fixed » Closed (fixed)

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