aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-08-03 08:34:25 +0300
committern-aleha <nick_aleha@myway.com>2014-08-03 08:34:25 +0300
commitcf93b7e367bb8c47e9cbec8e87ccb2e64387175a (patch)
treea29f8850f8346de47e28d8671c8a3a81a1e82865 /phpBB/phpbb
parentc991b1d587e8ab3b080e2e6762646efe00e05bc5 (diff)
downloadforums-cf93b7e367bb8c47e9cbec8e87ccb2e64387175a.tar
forums-cf93b7e367bb8c47e9cbec8e87ccb2e64387175a.tar.gz
forums-cf93b7e367bb8c47e9cbec8e87ccb2e64387175a.tar.bz2
forums-cf93b7e367bb8c47e9cbec8e87ccb2e64387175a.tar.xz
forums-cf93b7e367bb8c47e9cbec8e87ccb2e64387175a.zip
[ticket/12908] Fix operator typo in increment.php
PHPBB3-12908
Diffstat (limited to 'phpBB/phpbb')
-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')
)
;
}