From 6a622a0d493773bbcf67404addc7ef9c5c3bd635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20H=C3=B6=C3=9Fl?= Date: Mon, 4 Jun 2012 17:21:54 +0000 Subject: [PATCH] Bugfix when _not_ being in a subpath ^^ --- dav/README.md | 10 ++++++++++ dav/calendar.friendica.fnk.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dav/README.md b/dav/README.md index b3a64928..bab0a1dd 100644 --- a/dav/README.md +++ b/dav/README.md @@ -59,3 +59,13 @@ http://laktek.com/2008/10/27/really-simple-color-picker-in-jquery/ MIT License + +Author of this plugin (the parts that are not part of the libraries above): +Tobias Hößl +http://friendica.hoessl.eu/profile/cato +http://www.hoessl.eu/ +tobias@hoessl.eu +@TobiasHoessl + +Originally developed for: + Animexx e.V. / http://www.animexx.de/ diff --git a/dav/calendar.friendica.fnk.php b/dav/calendar.friendica.fnk.php index 43417fc9..1d4600c6 100644 --- a/dav/calendar.friendica.fnk.php +++ b/dav/calendar.friendica.fnk.php @@ -2,7 +2,7 @@ $a = get_app(); $uri = parse_url($a->get_baseurl()); -$path = ""; +$path = "/"; if (strlen($uri["path"]) > 1) { $path = $uri["path"] . "/"; }