diff options
author | Matt Friedman <maf675@gmail.com> | 2016-03-27 11:30:05 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-03-31 15:07:59 -0700 |
commit | e81bf76dea82c4bc98ab7214a656a093c67f25dd (patch) | |
tree | 6308b0448cd97a6186ff79a28566f26bf39d351c /phpBB/phpbb/console/command | |
parent | afb69d7cd280df65b22b1a338d3023aebf2e3f0c (diff) | |
download | forums-e81bf76dea82c4bc98ab7214a656a093c67f25dd.tar forums-e81bf76dea82c4bc98ab7214a656a093c67f25dd.tar.gz forums-e81bf76dea82c4bc98ab7214a656a093c67f25dd.tar.bz2 forums-e81bf76dea82c4bc98ab7214a656a093c67f25dd.tar.xz forums-e81bf76dea82c4bc98ab7214a656a093c67f25dd.zip |
[ticket/14561] Fix function docblock in activate command
PHPBB3-14561
Diffstat (limited to 'phpBB/phpbb/console/command')
-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 |