diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-08-03 17:52:00 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-08-03 17:52:00 +0200 |
commit | b20c6936bcb88e3b592d60f3d0ec1e15488649b5 (patch) | |
tree | a29f8850f8346de47e28d8671c8a3a81a1e82865 | |
parent | c991b1d587e8ab3b080e2e6762646efe00e05bc5 (diff) | |
parent | cf93b7e367bb8c47e9cbec8e87ccb2e64387175a (diff) | |
download | forums-b20c6936bcb88e3b592d60f3d0ec1e15488649b5.tar forums-b20c6936bcb88e3b592d60f3d0ec1e15488649b5.tar.gz forums-b20c6936bcb88e3b592d60f3d0ec1e15488649b5.tar.bz2 forums-b20c6936bcb88e3b592d60f3d0ec1e15488649b5.tar.xz forums-b20c6936bcb88e3b592d60f3d0ec1e15488649b5.zip |
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
-rw-r--r-- | phpBB/phpbb/console/command/config/increment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/config/increment.php b/phpBB/phpbb/console/command/config/increment.php index 0c25075ce8..b4d7438b66 100644 --- a/phpBB/phpbb/console/command/config/increment.php +++ b/phpBB/phpbb/console/command/config/increment.php @@ -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') ) ; } |