JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make template's upload_max_filesize global
[wfpl.git] / metaform / template.php
index 9c88208..fa05c07 100644 (file)
@@ -213,7 +213,7 @@ function ~file_name~_main_form($id = false) {~pulldowns {~
                $data = array();
        }~upload_max {~
 
-       tem_set('upload_max_filesize', upload_max_filesize());~}~
+       tem_set('$upload_max_filesize', upload_max_filesize());~}~
 
        tem_set('form', $data);~show_extra_headers {~
        tem_set('$head');~}~