[ticket/12908] Fix operator typo in increment.php

PHPBB3-12908
This commit is contained in:
n-aleha 2014-08-03 08:34:25 +03:00
parent c991b1d587
commit cf93b7e367

View file

@ -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')
)
;
}