Index: branches/5.2.x/core/units/admin/admin_events_handler.php =================================================================== diff -u -N -r16408 -r16434 --- branches/5.2.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 16408) +++ branches/5.2.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 16434) @@ -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); + } + } + } }