mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/12908] Fix operator typo in increment.php
PHPBB3-12908
This commit is contained in:
parent
c991b1d587
commit
cf93b7e367
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class increment extends command
|
|||
'dynamic',
|
||||
'd',
|
||||
InputOption::VALUE_NONE,
|
||||
$this->user-lang('CLI_CONFIG_CANNOT_CACHED')
|
||||
$this->user->lang('CLI_CONFIG_CANNOT_CACHED')
|
||||
)
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue