diff options
Diffstat (limited to 'phpBB/phpbb/console/command/user')
| -rw-r--r-- | phpBB/phpbb/console/command/user/activate.php | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/phpBB/phpbb/console/command/user/activate.php b/phpBB/phpbb/console/command/user/activate.php index 5c36da6891..9c85718b4c 100644 --- a/phpBB/phpbb/console/command/user/activate.php +++ b/phpBB/phpbb/console/command/user/activate.php @@ -123,8 +123,7 @@ class activate extends command  	/**  	 * Executes the command user:activate  	 * -	 * Deletes a user from the database. An option to delete the user's posts -	 * is available, by default posts will be retained. +	 * Activate (or deactivate) a user account  	 *  	 * @param InputInterface  $input  The input stream used to get the options  	 * @param OutputInterface $output The output stream, used to print messages | 
