Start refactor work on GenericTables #51

Open
Aaron wants to merge 11 commits from generic-tables into master
Showing only changes of commit 1e26a51d08 - Show all commits

View File

@ -24,7 +24,7 @@ class ErrorLog
public static function flush()
{
return Registry::get('db')->query('TRUNCATE log_errors');
return Registry::get('db')->query('DELETE FROM log_errors');
}
public static function getCount()