mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 12:33:29 +01:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12908] Fix operator typo in increment.php
This commit is contained in:
commit
a70f4e173c
@ -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…
x
Reference in New Issue
Block a user