Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pages/_public.php

    r306 r270  
    3333               $core->blog->withoutPassword(false); 
    3434                
    35                $params = new ArrayObject(array( 
    36                     'post_type' => 'page', 
    37                     'post_url' => $args)); 
    38                 
    39                $core->callBehavior('publicPagesBeforeGetPosts',$params,$args); 
     35               $params = new ArrayObject(); 
     36               $params['post_type'] = 'page'; 
     37               $params['post_url'] = $args; 
    4038                
    4139               $_ctx->posts = $core->blog->getPosts($params); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map