DataObjects/Core_company.php
authorAlan Knowles <alan@roojs.com>
Thu, 5 Jul 2018 08:11:16 +0000 (16:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Jul 2018 08:11:16 +0000 (16:11 +0800)
DataObjects/Core_company.php

index 9c9e07e..8dfd290 100644 (file)
@@ -284,7 +284,7 @@ class Pman_Core_DataObjects_Core_Company extends DB_DataObject
             $roo->jerr('This company is not allow to delete');
         }
     }
-    function onDelete()
+    function onDelete($req, $roo)
     {
         $img = DB_DataObject::factory('Images');
         $img->ontable = $this->tableName();