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
Comment #1
jose reyero commentedOk, that should be fixed with latest commit.