phpBB

Code Changes

File: phpbb/notification/method/jabber.php

  Unmodified   Added   Modified   Removed
Line 65Line 65
	*/
public function is_available(type_interface $notification_type = null)
{

	*/
public function is_available(type_interface $notification_type = null)
{

		return parent::is_available($notification_type) && $this->global_available() && $this->user->data['user_jabber'];

		return parent::is_available($notification_type) && $this->global_available() && !empty($this->user->data['user_jabber']);

	}

/**

	}

/**