diff options
Diffstat (limited to 'files/download.php')
-rw-r--r-- | files/download.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/download.php b/files/download.php index d6d39c82126..f890036a32e 100644 --- a/files/download.php +++ b/files/download.php @@ -23,7 +23,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()){ |