/appinfo/app.php bug fixed

This commit is contained in:
Georg Ehrke 2011-08-22 20:09:33 +02:00
parent fbb63f11e4
commit b2fddc408c

View file

@ -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');