Fixed undefined references in "File Download" area.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 21 Aug 2017 18:59:12 +0000 (14:59 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 21 Aug 2017 18:59:12 +0000 (14:59 -0400)
views/admin/member/memberInfo/editFiles.html

index 37e7e48..253b784 100644 (file)
@@ -62,7 +62,7 @@
                                         <div><h4 class="glm-notice" style="font-size: 12px; color: #F18004; margin: -4px 0 4px;">New Upload</h4></div>
                                         <div><h4>Delete:</h4><div><input type="checkbox" name="file_delete[{ id }]" disabled></div></div>
                                     </div>
-                                    <input type="hidden" name="file_position[{$i.id}]" value="{$i.position}">
+                                    <input type="hidden" name="file_position[{ id }]" value="">
                                 </div>
                             </li>
                             <!-- End of template -->