Skip to content

Commit

Permalink
Fixing method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 14, 2013
1 parent 018e5d0 commit 1d61e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Log/Engine/SyslogLog.php
Expand Up @@ -131,7 +131,7 @@ public function write($type, $message) {
* @param sting $output
* @return void
*/
public function _open($ident, $options, $facility) {
protected function _open($ident, $options, $facility) {
openlog($ident, $options, $facility);
}

Expand Down

0 comments on commit 1d61e21

Please sign in to comment.