aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/config/increment.php
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
commita70f4e173cac32aa5269152ca35dfc3fb7a16524 (patch)
treef0967201ac56486eef9eef60103705041f66ba2d /phpBB/phpbb/console/command/config/increment.php
parentdd86615c63db8d2064f403c7b00f23d2d66f167e (diff)
parentb20c6936bcb88e3b592d60f3d0ec1e15488649b5 (diff)
downloadforums-a70f4e173cac32aa5269152ca35dfc3fb7a16524.tar
forums-a70f4e173cac32aa5269152ca35dfc3fb7a16524.tar.gz
forums-a70f4e173cac32aa5269152ca35dfc3fb7a16524.tar.bz2
forums-a70f4e173cac32aa5269152ca35dfc3fb7a16524.tar.xz
forums-a70f4e173cac32aa5269152ca35dfc3fb7a16524.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12908] Fix operator typo in increment.php
Diffstat (limited to 'phpBB/phpbb/console/command/config/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')
)
;
}