Fixed #577
This commit is contained in:
parent
f6a0aeb5d7
commit
0ad03d6e2f
@ -1050,7 +1050,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
|
|||||||
$conn = $this->_table->getConnection();
|
$conn = $this->_table->getConnection();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->id);
|
return $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user