Changeset 755:38c4f75f3dd5 for admin
- Timestamp:
- 11/10/11 10:03:55 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r523 r755 151 151 $core->callBehavior('adminPostsFilters',$filterSet); 152 152 153 $filterSet->set FormValues($_GET);153 $filterSet->setup($_GET,$_POST); 154 154 155 155 # Get posts … … 171 171 } 172 172 173 $filterSet->set ColumnsForm($post_list->getColumnsForm());173 $filterSet->setExtraData($post_list->getColumnsForm()); 174 174 175 175 /* DISPLAY
Note: See TracChangeset
for help on using the changeset viewer.