aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-17 01:25:38 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-11-17 05:29:49 +0100
commit1affc35be9a5ee2cdf2cd2551e708c928fb96d88 (patch)
treeb4a3f9149ed0fc9966f5a2f959cf6925a49563c6 /phpBB/includes/functions.php
parentb534a7a5790df55ab5f0d8aba8f40080d481bac4 (diff)
downloadforums-1affc35be9a5ee2cdf2cd2551e708c928fb96d88.tar
forums-1affc35be9a5ee2cdf2cd2551e708c928fb96d88.tar.gz
forums-1affc35be9a5ee2cdf2cd2551e708c928fb96d88.tar.bz2
forums-1affc35be9a5ee2cdf2cd2551e708c928fb96d88.tar.xz
forums-1affc35be9a5ee2cdf2cd2551e708c928fb96d88.zip
[ticket/11212] Cosmetics
PHPBB3-11212
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 495f83e3a6..dbc040e5fe 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2873,7 +2873,7 @@ function send_status_line($code, $message)
/**
* Returns the HTTP version used in the current request.
*
-* Handles the case of being called before `$request` is present,
+* Handles the case of being called before $request is present,
* In which case it falls back to the $_SERVER superglobal.
*
* @return string HTTP version
@@ -5348,7 +5348,8 @@ function garbage_collection()
* @event core.garbage_collection
* @since 3.1-A1
*/
- if (!empty($phpbb_dispatcher)) {
+ if (!empty($phpbb_dispatcher))
+ {
$phpbb_dispatcher->dispatch('core.garbage_collection');
}