aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-08-07 13:19:49 +0300
committern-aleha <nick_aleha@myway.com>2014-08-07 13:19:49 +0300
commit80067467805d4b1664777cf3553c39fc32cfdb65 (patch)
treeda8748acc232072a93c91c762bab5c28491b07c9 /phpBB/phpbb/feed
parent9133b913ec2184e56f1ea420820e45f4208f753d (diff)
downloadforums-80067467805d4b1664777cf3553c39fc32cfdb65.tar
forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.gz
forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.bz2
forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.xz
forums-80067467805d4b1664777cf3553c39fc32cfdb65.zip
[ticket/12557] Fix php file description
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/feed')
-rw-r--r--phpBB/phpbb/feed/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/feed/helper.php b/phpBB/phpbb/feed/helper.php
index 9741b752af..198134cdcf 100644
--- a/phpBB/phpbb/feed/helper.php
+++ b/phpBB/phpbb/feed/helper.php
@@ -36,7 +36,7 @@ class helper
* @param \phpbb\config\config $config Config object
* @param \phpbb\user $user User object
* @param string $phpbb_root_path Root path
- * @param string $phpEx PHP extension
+ * @param string $phpEx PHP file extension
*/
public function __construct(\phpbb\config\config $config, \phpbb\user $user, $phpbb_root_path, $phpEx)
{