Dotclear

Changeset 3134:95c191363892


Ignore:
Timestamp:
10/27/15 11:25:08 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Open the door to some funny things with this new behavior

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.blog.php

    r3132 r3134  
    10091009          $this->core->callBehavior('coreBlogGetPosts',$rs); 
    10101010 
     1011          # --BEHAVIOR-- coreBlogAfterGetPosts 
     1012          $alt = new arrayObject(array('rs' => null,'params' => $params,'count_only' => $count_only)); 
     1013          $this->core->callBehavior('coreBlogAfterGetPosts',$rs,$alt); 
     1014          if ($alt['rs'] instanceof record) { 
     1015               $rs = $alt['rs']; 
     1016          } 
     1017 
    10111018          return $rs; 
    10121019     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map