summaryrefslogtreecommitdiffstats
path: root/apps/calendar/appinfo/app.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-07 15:48:41 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-07 15:48:41 +0200
commitef073a148f2dfcefc9f1bd2bd68fcb9c33aba3cf (patch)
tree356d2115a355d3c77417982ca6163b49f8922006 /apps/calendar/appinfo/app.php
parent936c8ba1cc3b36fdc122276fc9a96de4a4003bd1 (diff)
downloadnextcloud-server-ef073a148f2dfcefc9f1bd2bd68fcb9c33aba3cf.tar.gz
nextcloud-server-ef073a148f2dfcefc9f1bd2bd68fcb9c33aba3cf.zip
make calendar compatible with public.php
Diffstat (limited to 'apps/calendar/appinfo/app.php')
-rwxr-xr-xapps/calendar/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/appinfo/app.php b/apps/calendar/appinfo/app.php
index 06fb9257735..0c91bf8f135 100755
--- a/apps/calendar/appinfo/app.php
+++ b/apps/calendar/appinfo/app.php
@@ -24,4 +24,4 @@ OCP\App::addNavigationEntry( array(
OCP\App::registerPersonal('calendar', 'settings');
OC_Search::registerProvider('OC_Search_Provider_Calendar');
OCP\CONFIG::setAppValue('core', 'remote_caldav', '/apps/calendar/appinfo/remote.php');
-OCP\CONFIG::setAppValue('core', 'public_calendar', '/apps/calendar/appinfo/share.php'); \ No newline at end of file
+OCP\CONFIG::setAppValue('core', 'public_calendar', '/apps/calendar/share.php'); \ No newline at end of file