Pman/Roo.php
authorbenny <benny@roojs.com>
Mon, 30 Jul 2018 03:47:00 +0000 (11:47 +0800)
committerbenny <benny@roojs.com>
Mon, 30 Jul 2018 03:47:00 +0000 (11:47 +0800)
Pman/Roo.php

index 5b569e7..a73e233 100644 (file)
@@ -1201,6 +1201,7 @@ class Pman_Roo extends Pman
             $match_total = 0;
             
             if ( $has_beforeDelete ) {
+                var_dump($xx);
                 if ($xx->beforeDelete($match_ar, $this) === false) {
                     $errs[] = "Delete failed ({$xx->id})\n".
                         (isset($xx->err) ? $xx->err : '');