aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-03 10:54:28 +0200
committerEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-03 10:54:28 +0200
commit5aca27e8cfc0f9387bc62756c8f296e2cec823a3 (patch)
tree6dbc07d26d64cb876eccac406721d53427991505 /phpBB
parent721a1d0bc49fce52a8e438946a58ba0ca6db2f28 (diff)
downloadforums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar
forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.gz
forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.bz2
forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.xz
forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.zip
[ticket/12602] Fix coding style mistakes.
PHPBB3-12602
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/acp/common.php2
-rw-r--r--phpBB/phpbb/console/command/cron/cron_list.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 36de5e07ad..c3a946466f 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -223,7 +223,7 @@ $lang = array_merge($lang, array(
'BACK' => 'Back',
- 'CLI_DESCRIPTION_CRON_LIST' => 'Print the cron list.',
+ 'CLI_DESCRIPTION_CRON_LIST' => 'Print the cron list.',
'CLI_DESCRIPTION_CRON_RUN' => 'Runs all ready cron tasks.',
'CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1' => 'Name of the task to be run',
diff --git a/phpBB/phpbb/console/command/cron/cron_list.php b/phpBB/phpbb/console/command/cron/cron_list.php
index c933bc6d69..c6677db1f5 100644
--- a/phpBB/phpbb/console/command/cron/cron_list.php
+++ b/phpBB/phpbb/console/command/cron/cron_list.php
@@ -88,3 +88,4 @@ class cron_list extends \phpbb\console\command\command
}
}
}
+