Skip to content

Commit

Permalink
Removing validatior construction in model constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 29, 2012
1 parent f54eb0c commit 3ea2d7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Model/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ public function __construct($id = false, $table = null, $ds = null) {

$this->_createLinks();
$this->Behaviors->init($this->alias, $this->actsAs);
$this->setValidator();
}

/**
Expand Down

0 comments on commit 3ea2d7b

Please sign in to comment.