X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fuserrss.php;fp=actions%2Fuserrss.php;h=aae41ee504d18ce99697d39a1e6ecb1cf86a4d7a;hb=d63bca9d3cf7f40442bb244e52b8a44166e736b8;hp=fe4ae155a33f2d97d67a9a9c8f198b9a2090c408;hpb=9b8ac2d4045791c36f6241a276a4ae253c7f4fe2;p=quix0rs-gnu-social.git diff --git a/actions/userrss.php b/actions/userrss.php index fe4ae155a3..aae41ee504 100644 --- a/actions/userrss.php +++ b/actions/userrss.php @@ -19,8 +19,6 @@ if (!defined('GNUSOCIAL')) { exit(1); } -require_once(INSTALLDIR.'/lib/rssaction.php'); - // Formatting of RSS handled by Rss10Action class UserrssAction extends Rss10Action