diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-02 13:50:09 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-11-02 13:50:09 -0700 |
commit | 66c08de4cb630cdf19040ada5c685f6e451b2101 (patch) | |
tree | 3bc5d043a050f9dbeddb423b02c22c2048eaadde /phpBB | |
parent | 2e9b39285d24b7c1cfe6b841f939d1d0514e855c (diff) | |
download | forums-66c08de4cb630cdf19040ada5c685f6e451b2101.tar forums-66c08de4cb630cdf19040ada5c685f6e451b2101.tar.gz forums-66c08de4cb630cdf19040ada5c685f6e451b2101.tar.bz2 forums-66c08de4cb630cdf19040ada5c685f6e451b2101.tar.xz forums-66c08de4cb630cdf19040ada5c685f6e451b2101.zip |
[ticket/11746] The IN_PHPBB check is not necessary.
PHPBB3-11746
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/notification/type/admin_activate_user.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/notification/type/admin_activate_user.php b/phpBB/phpbb/notification/type/admin_activate_user.php index 1231c0b75d..5f146e18ff 100644 --- a/phpBB/phpbb/notification/type/admin_activate_user.php +++ b/phpBB/phpbb/notification/type/admin_activate_user.php @@ -10,14 +10,6 @@ namespace phpbb\notification\type; /** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - -/** * Admin activation notifications class * This class handles notifications for users requiring admin activation * |