diff --git a/Doctrine/Record.php b/Doctrine/Record.php index bdf074a62..bb0b14d57 100644 --- a/Doctrine/Record.php +++ b/Doctrine/Record.php @@ -824,7 +824,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite * checks if record has data * @return boolean */ - public function exists() { + final public function exists() { return $this->state !== Doctrine_Record::STATE_TCLEAN; } /**