From 190a070f15b546290853258a389503af98655970 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Wed, 5 Sep 2012 23:28:59 +0200 Subject: no more require_once() --- lib/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 { -- cgit v1.2.3