Skip to content

Commit

Permalink
remove call to deprecated method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niles committed Oct 6, 2009
1 parent 07002c8 commit cbf676c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/session.php
Expand Up @@ -150,7 +150,7 @@ function flash($key = 'flash') {
$out = $view->element($flash['element'], $tmpVars);
}
echo($out);
parent::del('Message.' . $key);
parent::delete('Message.' . $key);
return true;
}
}
Expand Down

0 comments on commit cbf676c

Please sign in to comment.