aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/index.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-06-11 13:27:32 +0200
committerLukas Reschke <lukas@statuscode.ch>2012-06-11 13:27:32 +0200
commitc009bc4b87fcbb34b71ba04a5c7d043e4ea5abdc (patch)
treee62ad2c05892d9e03f2286e496cbd01512e9dad6 /apps/calendar/index.php
parentec4c373eaaf279e7a7d441ec52ec40a7a4886a53 (diff)
downloadnextcloud-server-c009bc4b87fcbb34b71ba04a5c7d043e4ea5abdc.tar.gz
nextcloud-server-c009bc4b87fcbb34b71ba04a5c7d043e4ea5abdc.zip
Revert
Diffstat (limited to 'apps/calendar/index.php')
-rw-r--r--apps/calendar/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/calendar/index.php b/apps/calendar/index.php
index 803f973d6e9..cf03a7a3cd3 100644
--- a/apps/calendar/index.php
+++ b/apps/calendar/index.php
@@ -54,9 +54,9 @@ OCP\Util::addscript('contacts','jquery.multi-autocomplete');
OCP\Util::addscript('','oc-vcategories');
OCP\App::setActiveNavigationEntry('calendar_index');
$tmpl = new OCP\Template('calendar', 'calendar', 'user');
-$tmpl->assignHTML('eventSources', $eventSources);
-$tmpl->assignHTML('categories', $categories);
+$tmpl->assign('eventSources', $eventSources);
+$tmpl->assign('categories', $categories);
if(array_key_exists('showevent', $_GET)){
- $tmpl->assignHTML('showevent', $_GET['showevent']);
+ $tmpl->assign('showevent', $_GET['showevent']);
}
$tmpl->printPage();