Merge pull request #2792 from n-aleha/ticket/12908

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

* n-aleha/ticket/12908:
  [ticket/12908] Fix operator typo in increment.php
This commit is contained in:
Andreas Fischer 2014-08-03 17:52:00 +02:00
commit b20c6936bc

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