Fix progress meter in groupfeed cae, a=chris

Chris Pollett [2015-01-02 20:Jan:nd]
Fix progress meter in groupfeed cae, a=chris
Filename
views/elements/groupfeed_element.php
diff --git a/views/elements/groupfeed_element.php b/views/elements/groupfeed_element.php
index 07e2b4fc9..cdab59b03 100644
--- a/views/elements/groupfeed_element.php
+++ b/views/elements/groupfeed_element.php
@@ -544,6 +544,7 @@ class GroupfeedElement extends Element implements CrawlConstants
                     "name=\"$form_field\" value=\"{$data[$field]}\" />' +\n";
             }
         }
+        $this->view->helper("fileupload")->setupFileUploadParams();
         ?>
         <script type="text/javascript"><?php
             $clear = (MOBILE) ? " clear" : "";
ViewGit