mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/12908] Fix operator typo in increment.php
PHPBB3-12908
This commit is contained in:
@@ -41,7 +41,7 @@ class increment extends command
|
|||||||
'dynamic',
|
'dynamic',
|
||||||
'd',
|
'd',
|
||||||
InputOption::VALUE_NONE,
|
InputOption::VALUE_NONE,
|
||||||
$this->user-lang('CLI_CONFIG_CANNOT_CACHED')
|
$this->user->lang('CLI_CONFIG_CANNOT_CACHED')
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user