diff --git a/module/file/view/buildform.html.php b/module/file/view/buildform.html.php
index f57ce3ae7e..91f1f0f6cd 100644
--- a/module/file/view/buildform.html.php
+++ b/module/file/view/buildform.html.php
@@ -11,8 +11,8 @@
EOT;
- for($i = 1; $i <= $fileCount; $i ++) echo str_replace('$i', $i, $fileRow);
printf($lang->file->maxUploadSize, ini_get('upload_max_filesize'));
+ for($i = 1; $i <= $fileCount; $i ++) echo str_replace('$i', $i, $fileRow);
?>