X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fuexport.php;h=c1b3dd1e4b169e7a6f5c9ca3227f2306b9fdce0e;hb=3e797547a37f8c8f22e88965b4a4d278bcc192e0;hp=29ea19c20e6ce07087646693a7cd7936ee1bde61;hpb=610f017b28edc37212df6385126993f2dfc41f59;p=friendica.git diff --git a/mod/uexport.php b/mod/uexport.php index 29ea19c20e..c1b3dd1e4b 100644 --- a/mod/uexport.php +++ b/mod/uexport.php @@ -1,7 +1,10 @@ System::baseUrl(), - '$title' => t('Export personal data'), + '$title' => L10n::t('Export personal data'), '$options' => $options ]); } @@ -138,6 +141,7 @@ function uexport_all(App $a) { uexport_account($a); echo "\n"; + $total = 0; $r = q("SELECT count(*) as `total` FROM `item` WHERE `uid` = %d ", intval(local_user()) );