summaryrefslogtreecommitdiffstats
path: root/apps/tasks/ajax/getdetails.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tasks/ajax/getdetails.php')
-rwxr-xr-x[-rw-r--r--]apps/tasks/ajax/getdetails.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tasks/ajax/getdetails.php b/apps/tasks/ajax/getdetails.php
index 34ddaa7791a..4ce469e0c9c 100644..100755
--- a/apps/tasks/ajax/getdetails.php
+++ b/apps/tasks/ajax/getdetails.php
@@ -15,7 +15,7 @@ if (!$details){
}
$priority_options = OC_Task_App::getPriorityOptions();
-$tmpl = new OC_Template('tasks','part.details');
+$tmpl = new OCP\Template('tasks','part.details');
$tmpl->assign('priority_options', $priority_options);
$tmpl->assign('details',$details->VTODO);
$tmpl->assign('id',$id);