Skip to content

Commit

Permalink
Oops, removing debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano committed Jan 6, 2012
1 parent 2bc7b6e commit 1714147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/adapter/security/auth/Form.php
Expand Up @@ -105,7 +105,6 @@ public function __construct(array $config = array()) {
public function check($credentials, array $options = array()) { public function check($credentials, array $options = array()) {
$data = $this->_filters($credentials->data); $data = $this->_filters($credentials->data);
$conditions = $this->_scope + array_diff_key($data, $this->_validators); $conditions = $this->_scope + array_diff_key($data, $this->_validators);
var_dump($conditions); exit;


$user = call_user_func(array($this->repository, $this->_config['repositoryMethod']), $conditions); $user = call_user_func(array($this->repository, $this->_config['repositoryMethod']), $conditions);
return $user ? $this->_validate($user, $data) : false; return $user ? $this->_validate($user, $data) : false;
Expand Down

0 comments on commit 1714147

Please sign in to comment.