Changeset 1205

Show
Ignore:
Timestamp:
01/11/08 07:07:50 (11 months ago)
Author:
ddavis
Message:

Fix the name for the category_ids hidden input. It was blank :/ BugzID:65213

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-27/tmpl/cms/edit_entry.tmpl

    r1193 r1205  
    278278        <div mt:delegate="category-list" id="category-list"></div> 
    279279        </mt:if> 
    280         <input id="category-ids" type="hidden" name="   " value="<$mt:var name="selected_category_loop" glue=","$>" /> 
     280        <input id="category-ids" type="hidden" name="category_ids" value="<$mt:var name="selected_category_loop" glue=","$>" /> 
    281281    </mtapp:setting> 
    282282</mt:setvarblock>