From 6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 10 Nov 2009 12:46:28 +0200 Subject: Fixes, View class --- App.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'App.php') diff --git a/App.php b/App.php index 803aa27..1c45735 100644 --- a/App.php +++ b/App.php @@ -121,8 +121,6 @@ class App static function error($msg) { $err = array('result' => 'error', 'msg' => $msg); - // Send error to client - self::json($msg); // And log it locally self::log($msg); } -- cgit v1.2.3