Changeset 2443 for trunk/htdocs/system/classes/userthemehandler.php
- Timestamp:
- 09/04/08 23:40:29 (4 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/classes/userthemehandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/userthemehandler.php
r1392 r2443 53 53 catch(Error $e) { 54 54 EventLog::log($e->humane_error(), 'error', 'theme', 'habari', print_r($e, 1) ); 55 Session::error($e->humane_error()); //Should we display any error here? 55 56 if(DEBUG) { 56 57 Utils::debug($e);
