summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/utils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.php b/lib/utils.php
index e42e304bb..0964df48b 100644
--- a/lib/utils.php
+++ b/lib/utils.php
@@ -12,7 +12,7 @@
// load SimplePie library
//TODO: is this file a suitable place for the following require?
-require_once(OC::$APPSROOT . '/apps/news/3rdparty/SimplePie/SimplePieAutoloader.php');
+ require_once('news/3rdparty/SimplePie/SimplePieAutoloader.php');
class OC_News_Utils {