diff options
Diffstat (limited to 'skeleton/admin.php')
-rw-r--r-- | skeleton/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skeleton/admin.php b/skeleton/admin.php index f237e84d852..aaf6136692d 100644 --- a/skeleton/admin.php +++ b/skeleton/admin.php @@ -32,7 +32,7 @@ require_once('../lib/base.php'); OC_UTIL::setupFS(); // We load OC_TEMPLATE, too. This one is not loaded by base -oc_require( 'template.php' ); +require( 'template.php' ); // The user should have admin rights. This is an admin page! if( !OC_USER::isLoggedIn() || !OC_USER::ingroup( $_SESSION['username'], 'admin' )){ |