Skip to content

Commit

Permalink
Wrong signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
bar committed Sep 25, 2013
1 parent c713927 commit 39bc8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/DataSource.php
Expand Up @@ -232,7 +232,7 @@ public function update(Model $model, $fields = null, $values = null, $conditions
* @param mixed $conditions The conditions to use for deleting.
* @return boolean Success
*/
public function delete(Model $model, $id = null) {
public function delete(Model $model, $conditions = null) {
return false;
}

Expand Down

0 comments on commit 39bc8df

Please sign in to comment.