aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/feed/forums.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-06-06 20:04:23 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-06-06 20:04:23 +0200
commit3efe0eb24687a0e36e316b60887eff3ed45ae9b4 (patch)
tree4ac1e2f443ca5b256f59824706e178f2b6b00f3e /phpBB/includes/feed/forums.php
parentb5f148474450e6101e25ee0afbd04d945d21083d (diff)
downloadforums-3efe0eb24687a0e36e316b60887eff3ed45ae9b4.tar
forums-3efe0eb24687a0e36e316b60887eff3ed45ae9b4.tar.gz
forums-3efe0eb24687a0e36e316b60887eff3ed45ae9b4.tar.bz2
forums-3efe0eb24687a0e36e316b60887eff3ed45ae9b4.tar.xz
forums-3efe0eb24687a0e36e316b60887eff3ed45ae9b4.zip
[ticket/11481] Use container for all classes and inject dependencies
PHPBB3-11481
Diffstat (limited to 'phpBB/includes/feed/forums.php')
-rw-r--r--phpBB/includes/feed/forums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/feed/forums.php b/phpBB/includes/feed/forums.php
index f1c3e3531f..5f56d28d2c 100644
--- a/phpBB/includes/feed/forums.php
+++ b/phpBB/includes/feed/forums.php
@@ -65,7 +65,7 @@ class phpbb_feed_forums extends phpbb_feed_base
{
global $phpEx, $config;
- $item_row['link'] = feed_append_sid('/viewforum.' . $phpEx, 'f=' . $row['forum_id']);
+ $item_row['link'] = $this->helper->append_sid('/viewforum.' . $phpEx, 'f=' . $row['forum_id']);
if ($config['feed_item_statistics'])
{