Pman/Roo.php
authorbenny <benny@roojs.com>
Tue, 4 Sep 2018 03:29:13 +0000 (11:29 +0800)
committerbenny <benny@roojs.com>
Tue, 4 Sep 2018 03:29:13 +0000 (11:29 +0800)
Pman/Roo.php

index b8f3408..0d563bb 100644 (file)
@@ -1085,7 +1085,7 @@ class Pman_Roo extends Pman
         if (isset($cols['updated_by']) && $this->authUser) {
             $x->updated_by = $this->authUser->id;
         }
-        
+        echo "here"; exit;
         if (method_exists($x, 'beforeUpdate')) {
             $x->beforeUpdate($old, $req, $this);
         }