Make uimport URL work for Sites with subfolder
BUGFIX: If you have a site like http://exmaple.com/friendica you will get a wrong url
This commit is contained in:
parent
4dbfae7883
commit
0dac5bf804
|
@ -61,7 +61,7 @@
|
|||
|
||||
<h3>{{$importh}}</h3>
|
||||
<div id ="import-profile">
|
||||
<a href="/uimport">{{$importt}}</a>
|
||||
<a href="uimport">{{$importt}}</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in a new issue