Dotclear

Changeset 460:663ac1e64e11


Ignore:
Timestamp:
07/01/11 08:15:04 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
formfilters
Message:

adminPostsFilters and adminPostsParams new behaviors in posts.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/posts.php

    r439 r460  
    169169          'month',__('Month'), 'post_month', $dt_m_combo,array('singleval' => 1))); 
    170170 
     171$core->callBehavior('adminPostsFilters',$filterSet); 
     172 
    171173$filterSet->setValues($_GET); 
    172174 
     
    175177     $nfparams = $params->getArrayCopy(); 
    176178     $filtered = $filterSet->applyFilters($params); 
     179     $core->callBehavior('adminPostsParams',$params); 
    177180     $posts = $core->blog->getPosts($params); 
    178181     $counter = $core->blog->getPosts($params,true); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map