Ticket #445 (new Bug report)
ContentTypeFilter returns null at Line 421 in ProfileTemplateField.php
Reported by: | jerrydefoe@… | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Not yet assigned to a Milestone |
Component: | Auth server, Other | Version: | |
Keywords: | profile, template, content filter | Cc: |
Description
Upon form entry, ContentTypeFilter? accepted and displayed. Upon any adds or save, "Sorry, content type filter is missing." displayed.
419 // content_type_filter_id 420 $html .= "<li class='admin_element_item_container'>\n"; 421 if ($this->getContentTypeFilter() == null) { 422 $html .= "<div class='errormsg'>"._("Sorry, content type filter is missing.")."</div>\n"; 423 }
Attachments
Change History
Note: See
TracTickets for help on using
tickets.