Hi, inside the function notifications_user_form the call to notifications_get_subscriptions is called with wrong arguments. The second arguments ($conditions) is missing.

$subscriptions = notifications_get_subscriptions(array('type' => $type, 'event_type' => $info['event_type'], 'uid' => $account->uid), TRUE, 'value');

function notifications_get_subscriptions($params, $conditions = array(), $limit = TRUE, $key = 'sid', $pager = NULL)

Comments

jose reyero’s picture

Category: bug » support
Status: Active » Fixed

Ok, that should be fixed with latest commit.

Status: Fixed » Closed (fixed)

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