From: Tobias Hößl Date: Mon, 4 Jun 2012 17:21:54 +0000 (+0000) Subject: Bugfix when _not_ being in a subpath ^^ X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a622a0d493773bbcf67404addc7ef9c5c3bd635;p=friendica-addons.git Bugfix when _not_ being in a subpath ^^ --- 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"] . "/"; }