Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 08:47:26 +0000 (16:47 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 08:47:26 +0000 (16:47 +0800)
Pman/Roo.php

index 35fa8ca..f524870 100644 (file)
@@ -1586,7 +1586,7 @@ class Pman_Roo extends Pman
         if (!is_a($x, 'DB_DataObject') && !is_a($x, 'PDO_DataObject')) {
             $this->jerr('invalid url - no dataobject');
         }
-    
+        $this->do = $x;
         return $x;
         
     }