joomla-projects / gsoc16_recording-action-logs

Recording actions logs, accessible by super admin
https://summerofcode.withgoogle.com/projects/#4547036649095168
GNU General Public License v2.0
4 stars 4 forks source link

Check for exeptions if you call the database #45

Closed zero-24 closed 8 years ago

zero-24 commented 8 years ago

Steps to reproduce the issue

Any $db->execute() or other $db call should have a error handling atleast in the plugin as it is allso called in the frontend

Expected result

error handling like catching the exeption

Actual result

No error handling