]> git.mxchange.org Git - friendica.git/commitdiff
Make uimport URL work for Sites with subfolder
authorSven Anders <sven@anders-hamburg.de>
Tue, 6 May 2014 12:15:15 +0000 (14:15 +0200)
committerSven Anders <sven@anders-hamburg.de>
Tue, 6 May 2014 12:15:15 +0000 (14:15 +0200)
BUGFIX: If you have a site like http://exmaple.com/friendica you will get a wrong url

view/templates/register.tpl

index 15fcf29938aa27eee580897942cae39a07aae1c8..aacf76529ea91a893395733f528728c67bc6b3bb 100644 (file)
@@ -61,7 +61,7 @@
 
 <h3>{{$importh}}</h3>
        <div id ="import-profile">
-               <a href="/uimport">{{$importt}}</a>
+               <a href="uimport">{{$importt}}</a>
        </div>
 </form>