aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-08-03 17:52:00 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-08-03 17:52:00 +0200
commitb20c6936bcb88e3b592d60f3d0ec1e15488649b5 (patch)
treea29f8850f8346de47e28d8671c8a3a81a1e82865
parentc991b1d587e8ab3b080e2e6762646efe00e05bc5 (diff)
parentcf93b7e367bb8c47e9cbec8e87ccb2e64387175a (diff)
downloadforums-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.php2
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')
)
;
}