diff options
Diffstat (limited to 'apps/calendar/appinfo/app.php')
-rw-r--r-- | apps/calendar/appinfo/app.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/calendar/appinfo/app.php b/apps/calendar/appinfo/app.php index 5675e624dda..ee990723c0c 100644 --- a/apps/calendar/appinfo/app.php +++ b/apps/calendar/appinfo/app.php @@ -1,5 +1,6 @@ <?php $l=new OC_L10N('calendar'); +OC::$CLASSPATH['OC_Calendar_App'] = 'apps/calendar/lib/app.php'; OC::$CLASSPATH['OC_Calendar_Calendar'] = 'apps/calendar/lib/calendar.php'; OC::$CLASSPATH['OC_Calendar_Object'] = 'apps/calendar/lib/object.php'; OC::$CLASSPATH['OC_Calendar_Hooks'] = 'apps/calendar/lib/hooks.php'; @@ -22,4 +23,4 @@ OC_App::addNavigationEntry( array( OC_App::registerPersonal('calendar', 'settings'); -require_once('apps/calendar/lib/search.php');
\ No newline at end of file +require_once('apps/calendar/lib/search.php'); |