mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12039] Do not colour returned value in get command
PHPBB3-12039
This commit is contained in:
@@ -34,7 +34,7 @@ class get extends command
|
||||
|
||||
if (isset($this->config[$key]))
|
||||
{
|
||||
$output->writeln("<info>{$this->config[$key]}</info>");
|
||||
$output->writeln($this->config[$key]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user