]> git.mxchange.org Git - friendica.git/blobdiff - mod/uexport.php
Merge pull request #7095 from annando/ap-connect
[friendica.git] / mod / uexport.php
index 523e2fef851d2aec5fa0fbcd38c15c4fe47460a1..c91309e74c37fec9eb4077a25dda78defc6da4ca 100644 (file)
@@ -49,7 +49,6 @@ function uexport_content(App $a) {
 
        $tpl = Renderer::getMarkupTemplate("uexport.tpl");
        return Renderer::replaceMacros($tpl, [
-               '$baseurl' => System::baseUrl(),
                '$title' => L10n::t('Export personal data'),
                '$options' => $options
        ]);
@@ -135,6 +134,9 @@ function uexport_account($a) {
 
 /**
  * echoes account data and items as separated json, one per line
+ *
+ * @param App $a
+ * @throws Exception
  */
 function uexport_all(App $a) {