Skip to content

Commit

Permalink
Change access modifier on _stop() to protected.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Apr 9, 2010
1 parent 94603b2 commit 1d39b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/object.php
Expand Up @@ -128,7 +128,7 @@ public function dispatchMethod($method, $params = array()) {
* @param $status see http://php.net/exit for values
* @return void
*/
public function _stop($status = 0) {
protected function _stop($status = 0) {
exit($status);
}

Expand Down

0 comments on commit 1d39b93

Please sign in to comment.