Index: branches/5.3.x/core/units/admin/admin_events_handler.php =================================================================== diff -u -N -r15943 -r15957 --- branches/5.3.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 15943) +++ branches/5.3.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 15957) @@ -1,6 +1,6 @@ Application->LoggedIn() ) { + $log = $this->Application->log('HTTP_REQUEST')->addRequestData(); + + if ( !$log->write() ) { + trigger_error('Unable to log Http Request due disabled "System Log"', E_USER_WARNING); + } + } + } } /**