diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-06-01 11:40:39 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-06-01 11:40:39 +0200 |
commit | e75146a811e3320378ec0d35dd7ce39d8189a688 (patch) | |
tree | aefc89d997a6d7d6b0c3273823dc483b6f9f0dd7 /apps/calendar/appinfo/app.php | |
parent | 7a8e3226793aebdbd4bcf12ef6c7d020c8cd378d (diff) | |
parent | 83c6714c723a1e224f2477192ca88bd6144b76e7 (diff) | |
download | nextcloud-server-e75146a811e3320378ec0d35dd7ce39d8189a688.tar.gz nextcloud-server-e75146a811e3320378ec0d35dd7ce39d8189a688.zip |
Merge branch 'master' into calendar_repeat
Diffstat (limited to 'apps/calendar/appinfo/app.php')
-rw-r--r-- | apps/calendar/appinfo/app.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/calendar/appinfo/app.php b/apps/calendar/appinfo/app.php index 73480522eaf..253844c1f08 100644 --- a/apps/calendar/appinfo/app.php +++ b/apps/calendar/appinfo/app.php @@ -12,10 +12,6 @@ OCP\Util::connectHook('OC_User', 'post_deleteUser', 'OC_Calendar_Hooks', 'delete OCP\Util::addscript('calendar','loader'); OCP\Util::addscript("3rdparty", "chosen/chosen.jquery.min"); OCP\Util::addStyle("3rdparty", "chosen/chosen"); -OCP\App::register( array( - 'order' => 10, - 'id' => 'calendar', - 'name' => 'Calendar' )); OCP\App::addNavigationEntry( array( 'id' => 'calendar_index', 'order' => 10, |