summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-08-22 20:09:33 +0200
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-08-22 20:09:33 +0200
commitb2fddc408cbb8c08831859355d4c7b604567ee01 (patch)
tree3ddf6c63c31fa98a3ae35862f931b0cee107803b /apps
parentfbb63f11e44e14874702808355decb5347c52b95 (diff)
downloadnextcloud-server-b2fddc408cbb8c08831859355d4c7b604567ee01.tar.gz
nextcloud-server-b2fddc408cbb8c08831859355d4c7b604567ee01.zip
/appinfo/app.php bug fixed
Diffstat (limited to 'apps')
-rw-r--r--apps/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 e989266d401..0e3d9c9379e 100644
--- a/apps/calendar/appinfo/app.php
+++ b/apps/calendar/appinfo/app.php
@@ -1,6 +1,6 @@
<?php
$l=new OC_L10N('calendar');
-OC::$CLASSPATH['OC_Calendat_Calendar'] = 'apps/calendar/lib/calendar.php';
+OC::$CLASSPATH['OC_Calendar_Calendar'] = 'apps/calendar/lib/calendar.php';
OC::$CLASSPATH['OC_Calendar_Hooks'] = 'apps/calendar/lib/hooks.php';
OC::$CLASSPATH['OC_Connector_Sabre_CalDAV'] = 'apps/calendar/lib/connector_sabre.php';
OC_HOOK::connect('OC_User', 'post_createUser', 'OC_Calendar_Hooks', 'deleteUser');