diff --git a/dbObject.php b/dbObject.php index 229dd043..94c9601c 100644 --- a/dbObject.php +++ b/dbObject.php @@ -244,9 +244,6 @@ public function insert () { * @param array $data Optional update data to apply to the object */ public function update ($data = null) { - if (empty ($this->dbFields)) - return false; - if (empty ($this->data[$this->primaryKey])) return false;