From 232654cb606af856d24c4b01353f18ac4a48e9bc Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 16 Apr 2011 10:12:53 +0200 Subject: get rid of the oc_require and friends --- lib/files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/files.php') diff --git a/lib/files.php b/lib/files.php index bf629a59d44..a1f983b6b2f 100644 --- a/lib/files.php +++ b/lib/files.php @@ -21,7 +21,7 @@ * */ -oc_require_once("log.php"); +require_once("log.php"); /** -- cgit v1.2.3