Show
Ignore:
Timestamp:
09/04/08 23:40:29 (4 months ago)
Author:
dmondark
Message:

Do not display errors messages for log entries just because their level is >= warning. Also display minimum information on login failures. Fixes #558 (see ticket for details) and #559.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/userthemehandler.php

    r1392 r2443  
    5353        catch(Error $e) { 
    5454            EventLog::log($e->humane_error(), 'error', 'theme', 'habari', print_r($e, 1) ); 
     55            Session::error($e->humane_error()); //Should we display any error here? 
    5556            if(DEBUG) { 
    5657                Utils::debug($e);