mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +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]))
|
if (isset($this->config[$key]))
|
||||||
{
|
{
|
||||||
$output->writeln("<info>{$this->config[$key]}</info>");
|
$output->writeln($this->config[$key]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user