Skip to content

Commit

Permalink
Added missing keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 12, 2013
1 parent d6c2df7 commit d5ddaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Error/ErrorHandler.php
Expand Up @@ -137,7 +137,7 @@ public static function handleException(Exception $exception) {
* @param Exception $exception Exception instance
* @return string Formatted message
*/
protected function _getMessage($exception) {
protected static function _getMessage($exception) {
$message = sprintf("[%s] %s",
get_class($exception),
$exception->getMessage()
Expand Down

0 comments on commit d5ddaa4

Please sign in to comment.