[ticket/11746] The IN_PHPBB check is not necessary.

PHPBB3-11746
This commit is contained in:
Cesar G 2013-11-02 13:50:09 -07:00
parent 2e9b39285d
commit 66c08de4cb

View file

@ -9,14 +9,6 @@
namespace phpbb\notification\type;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* Admin activation notifications class
* This class handles notifications for users requiring admin activation