Robert Marshall 9 tahun lalu
induk
melakukan
47681553a6
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      Model/DBObject.php

+ 2 - 0
Model/DBObject.php

@@ -54,6 +54,8 @@ class DBObject implements ISavableObject {
 			$this->_keys=array($key);
 			$this->_ids=array($id);
 		}
+		
+		Utils::var_dump_email($this->_keys, $this->_ids, $key, $id);
 
 		$this->ReIndexKeyAndIdArrays();
 		$this->Load();