Dotclear


Ignore:
Timestamp:
10/03/13 16:32:58 (12 years ago)
Author:
Dsls
Branch:
default
Children:
2233:6c652bebe535, 2234:444cf8f1d87c
Message:

Renamed adminPagesList to prevent conflicts with related plugin (which uses the same class name...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pages/list.php

    r2166 r2232  
    3333     $pages = $core->blog->getPosts($params); 
    3434     $counter = $core->blog->getPosts($params,true); 
    35      $post_list = new adminPageList($core,$pages,$counter->f(0)); 
     35     $post_list = new adminPagesList($core,$pages,$counter->f(0)); 
    3636} catch (Exception $e) { 
    3737     $core->error->add($e->getMessage()); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map