diff options
author | n-aleha <nick_aleha@myway.com> | 2014-08-03 08:34:25 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-03 08:34:25 +0300 |
commit | cf93b7e367bb8c47e9cbec8e87ccb2e64387175a (patch) | |
tree | a29f8850f8346de47e28d8671c8a3a81a1e82865 /phpBB/phpbb | |
parent | c991b1d587e8ab3b080e2e6762646efe00e05bc5 (diff) | |
download | forums-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.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') ) ; } |