diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-22 20:09:33 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-22 20:09:33 +0200 |
commit | b2fddc408cbb8c08831859355d4c7b604567ee01 (patch) | |
tree | 3ddf6c63c31fa98a3ae35862f931b0cee107803b /apps | |
parent | fbb63f11e44e14874702808355decb5347c52b95 (diff) | |
download | nextcloud-server-b2fddc408cbb8c08831859355d4c7b604567ee01.tar.gz nextcloud-server-b2fddc408cbb8c08831859355d4c7b604567ee01.zip |
/appinfo/app.php bug fixed
Diffstat (limited to 'apps')
-rw-r--r-- | apps/calendar/appinfo/app.php | 2 |
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'); |