diff options
author | Filipp Lepalaan <filipp@mekanisti.fi> | 2009-11-10 12:46:28 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mekanisti.fi> | 2009-11-10 12:46:28 +0200 |
commit | 6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f (patch) | |
tree | 4a0b29723bb72c470d312cd6d5e453577a5c8bc1 /App.php | |
parent | 7034b50d0d50612ca52273aacabd2b3189c968d8 (diff) | |
download | main-6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f.tar.gz main-6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f.tar.bz2 main-6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f.zip |
Fixes, View class
Diffstat (limited to 'App.php')
-rw-r--r-- | App.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); } |