From f1e3e1bf271c87642059388b84f0450d4c31182e Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Wed, 2 Oct 2013 19:54:48 +0300 Subject: [PATCH] Fix namespace --- lib/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/download.php b/lib/download.php index 34738932..a7b0f1d0 100644 --- a/lib/download.php +++ b/lib/download.php @@ -100,7 +100,7 @@ class Download { */ protected function sendNotFound(){ header("HTTP/1.0 404 Not Found"); - $tmpl = new OCP\Template('', '404', 'guest'); + $tmpl = new \OCP\Template('', '404', 'guest'); $tmpl->assign('file', $this->filepath); $tmpl->printPage(); exit;