X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=blobdiff_plain;f=Pman%2FRoo.php;h=b298e42f9088f480bfe018986f46d9ae9c9c2a06;hp=a9871a01b14add16c2968d097d780932aa851ce7;hb=438023dd0401d612b65b977bf30efb3dbe9eadc3;hpb=bd30791f87bfd937d5af68cce0d30ff82dcc1632 diff --git a/Pman/Roo.php b/Pman/Roo.php index a9871a0..b298e42 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -343,7 +343,7 @@ class Pman_Roo extends Pman // filter results, and add any data that is needed... if (method_exists($x,'postListFilter')) { - $ret = $x->postListFilter($ret, $this->authUser, $_REQUEST); + $ret = $x->postListFilter($ret, $this->authUser, $_REQUEST, $roo); }