Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 31 Aug 2010 09:51:50 +0000 (17:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 31 Aug 2010 09:51:50 +0000 (17:51 +0800)
Pman/Roo.php

index 1719e73..8628904 100644 (file)
@@ -268,7 +268,9 @@ class Pman_Roo extends Pman
             $ret = $x->postListFilter($ret, $this->authUser, $_REQUEST);
         }
         
-        
+        if (!empty($_REQUEST['_requestMeta']) &&  count($ret)) {
+            $meta = $this->meta($x, $ret);
+        }
         
        // echo "<PRE>"; print_r($ret);
         $this->jdata($ret,$total, $extra );