diff options
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index f760c0abfd..14b86d640f 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -38,7 +38,7 @@ define(ADMIN, 1); // User Activation define(USER_ACTIVATION_NONE, 0); -define(USER_ACTIVATION_USER, 1); +define(USER_ACTIVATION_SELF, 1); define(USER_ACTIVATION_ADMIN, 2); |