]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Revert use statement
[friendica.git] / mod / wall_attach.php
index 8116bbcf4edf47a5354265b3befeb0cad308e698..57d7b2e95279b22d53b3be4d8f3508e9f4d69145 100644 (file)
@@ -109,7 +109,7 @@ function wall_attach_post(App $a) {
        }
 
        if(($maxfilesize) && ($filesize > $maxfilesize)) {
-               $msg = sprintf(L10n::t('File exceeds size limit of %s'), formatBytes($maxfilesize));
+               $msg = L10n::t('File exceeds size limit of %s', formatBytes($maxfilesize));
                if ($r_json) {
                        echo json_encode(['error'=>$msg]);
                } else {