aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-04-13 22:48:09 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-06-12 20:22:40 +0530
commit364828de24c14a73d98621b545f7732c18b18a4d (patch)
tree31398ba108be8268a6d05e2f0c8664a64a2ffbb4 /phpBB/download
parent07c62dd64f65551012bd942be29179cfae99d7ab (diff)
downloadforums-364828de24c14a73d98621b545f7732c18b18a4d.tar
forums-364828de24c14a73d98621b545f7732c18b18a4d.tar.gz
forums-364828de24c14a73d98621b545f7732c18b18a4d.tar.bz2
forums-364828de24c14a73d98621b545f7732c18b18a4d.tar.xz
forums-364828de24c14a73d98621b545f7732c18b18a4d.zip
[ticket/10820] Use singular return
PHPBB3-10820
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index 8bb77efe4d..20d3e60580 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -711,7 +711,7 @@ function file_gc()
/**
* Check if the browser is internet explorer version 7+
-* @returns true if ie7+
+* @return true if ie7+
*/
function phpbb_is_greater_ie7($browser)
{