X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fuexport.php;h=e0b9be91f393ea2b222bb877fe3bf81fb550bd77;hb=7003f576e27bc1590329556c8b801bafbb324cea;hp=b00f9bdf927e44188e3b8c8aea2f84a77b08ac75;hpb=70563e032446aa2113d22253169f0346b5073663;p=friendica.git diff --git a/mod/uexport.php b/mod/uexport.php index b00f9bdf92..e0b9be91f3 100644 --- a/mod/uexport.php +++ b/mod/uexport.php @@ -1,6 +1,7 @@ App::get_baseurl(), + '$baseurl' => System::baseUrl(), '$title' => t('Export personal data'), '$options' => $options )); @@ -113,7 +114,7 @@ function uexport_account($a) { $output = array( 'version' => FRIENDICA_VERSION, 'schema' => DB_UPDATE_VERSION, - 'baseurl' => App::get_baseurl(), + 'baseurl' => System::baseUrl(), 'user' => $user, 'contact' => $contact, 'profile' => $profile,