summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-09-05 23:28:59 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2012-09-05 23:28:59 +0200
commit190a070f15b546290853258a389503af98655970 (patch)
treee63a77e71b36f99876af38a34e337481488ca7b3 /lib
parent390d608c1cd43b138a8399896c7d8c14fd9b737e (diff)
no more require_once()
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 ca5501f1f..7c1f8ee4a 100644
--- a/lib/utils.php
+++ b/lib/utils.php
@@ -14,7 +14,7 @@ namespace OCA\News;
// load SimplePie library
//TODO: is this a suitable place for the following require?
- require_once('news/3rdparty/SimplePie/autoloader.php');
+ require_once 'news/3rdparty/SimplePie/autoloader.php';
class Utils {