summaryrefslogtreecommitdiffstats
path: root/skeleton/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'skeleton/index.php')
-rw-r--r--skeleton/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeleton/index.php b/skeleton/index.php
index 25a9f0297dc..6d237ed6152 100644
--- a/skeleton/index.php
+++ b/skeleton/index.php
@@ -24,7 +24,7 @@
// Init owncloud
require_once('../lib/base.php');
-oc_require( 'template.php' );
+require( 'template.php' );
// Check if we are a user
if( !OC_USER::isLoggedIn()){