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

index 1682d44..9c9e07e 100644 (file)
@@ -283,6 +283,9 @@ class Pman_Core_DataObjects_Core_Company extends DB_DataObject
         ){
             $roo->jerr('This company is not allow to delete');
         }
+    }
+    function onDelete()
+    {
         $img = DB_DataObject::factory('Images');
         $img->ontable = $this->tableName();
         $img->onid = $this->id;