diff options
author | Georg Ehrke <ownclouddev@georgswebsite.de> | 2011-11-14 22:52:34 +0100 |
---|---|---|
committer | Georg Ehrke <ownclouddev@georgswebsite.de> | 2011-11-14 22:52:34 +0100 |
commit | 3d498002d040603778efbbd558a4d25c6d6734a4 (patch) | |
tree | 12fa86cdd636d5813e1de0910b837517397ac327 /apps/calendar/appinfo/app.php | |
parent | 89b3a395df12411328c33c1d5460f87eb1972024 (diff) | |
download | nextcloud-server-3d498002d040603778efbbd558a4d25c6d6734a4.tar.gz nextcloud-server-3d498002d040603778efbbd558a4d25c6d6734a4.zip |
first implementation of the search function
Diffstat (limited to 'apps/calendar/appinfo/app.php')
-rw-r--r-- | apps/calendar/appinfo/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/calendar/appinfo/app.php b/apps/calendar/appinfo/app.php index 2dc01eab0f6..5675e624dda 100644 --- a/apps/calendar/appinfo/app.php +++ b/apps/calendar/appinfo/app.php @@ -21,3 +21,5 @@ OC_App::addNavigationEntry( array( 'name' => $l->t('Calendar'))); OC_App::registerPersonal('calendar', 'settings'); + +require_once('apps/calendar/lib/search.php');
\ No newline at end of file |