Skip to content

Commit

Permalink
refs #3464
Browse files Browse the repository at this point in the history
  • Loading branch information
kiall committed Dec 7, 2010
1 parent e396a48 commit 3e48a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/kohana/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function __toString()
$error = Kohana::exception_text($e);

// Add this exception to the log
Kohana::$log->add(Kohana::ERROR, $error);
Kohana::$log->add(Log::ERROR, $error);
}

// Showing any kind of error will be "inside" image data
Expand Down

0 comments on commit 3e48a2e

Please sign in to comment.