Skip to content

Commit

Permalink
Updating doc block for Model::beforeDelete(). Fixes #6219
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8174 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
markstory committed May 22, 2009
1 parent 4f2d659 commit 41f32d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/model/model.php
Expand Up @@ -2739,7 +2739,7 @@ function beforeSave($options = array()) {
function afterSave($created) {
}
/**
* Called after every deletion operation.
* Called before every deletion operation.
*
* @param boolean $cascade If true records that depend on this record will also be deleted
* @return boolean True if the operation should continue, false if it should abort
Expand Down

0 comments on commit 41f32d8

Please sign in to comment.