]> git.mxchange.org Git - friendica-addons.git/commitdiff
Bugfix when _not_ being in a subpath ^^
authorTobias Hößl <tobias@hoessl.eu>
Mon, 4 Jun 2012 17:21:54 +0000 (17:21 +0000)
committerTobias Hößl <tobias@hoessl.eu>
Mon, 4 Jun 2012 17:21:54 +0000 (17:21 +0000)
dav/README.md
dav/calendar.friendica.fnk.php

index b3a64928fef7795a9cd709e6e939e9f8f0da012d..bab0a1dda29dd38f8966f876452b8ecb0d710e73 100644 (file)
@@ -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/
index 43417fc943690fbd5d567f29504de66eee4ed3f9..1d4600c6a7db7182417dfacd0e121f04c65bad6f 100644 (file)
@@ -2,7 +2,7 @@
 
 $a = get_app();
 $uri = parse_url($a->get_baseurl());
-$path = "";
+$path = "/";
 if (strlen($uri["path"]) > 1) {
        $path = $uri["path"] . "/";
 }