diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 11:47:14 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 11:47:14 +0200 |
commit | 46fe2e3e2a3d194d8ab17540ec991c5c8cc178e3 (patch) | |
tree | 78896053233f385afbdc6006eade163626048bf6 /apps/calendar/ajax/share/dropdown.php | |
parent | 7d2a68fc314bcefa69413d85e69ffd10dc34ddc5 (diff) | |
parent | 3a184e2e1d7ae49d596e06b724ffc36382d02596 (diff) | |
download | nextcloud-server-46fe2e3e2a3d194d8ab17540ec991c5c8cc178e3.tar.gz nextcloud-server-46fe2e3e2a3d194d8ab17540ec991c5c8cc178e3.zip |
fix merge conflicts
Diffstat (limited to 'apps/calendar/ajax/share/dropdown.php')
-rwxr-xr-x | apps/calendar/ajax/share/dropdown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/ajax/share/dropdown.php b/apps/calendar/ajax/share/dropdown.php index bac487f0d0b..a3b0faca4bf 100755 --- a/apps/calendar/ajax/share/dropdown.php +++ b/apps/calendar/ajax/share/dropdown.php @@ -13,6 +13,6 @@ if($calendar['userid'] != $user){ OCP\JSON::error(); exit; } -$tmpl = new OC_Template('calendar', 'share.dropdown'); +$tmpl = new OCP\Template('calendar', 'share.dropdown'); $tmpl->assign('calid', $calid); $tmpl->printPage();
\ No newline at end of file |