MariaDB / wordpress-mariadb-health-checks

MariaDB health checks plugin for WordPress
GNU General Public License v2.0
38 stars 9 forks source link

Fix null deprecation warning #7

Closed LinuxJedi closed 1 year ago

LinuxJedi commented 1 year ago

Last update check on the table_stats table can be NULL which causes a derecated call to the DateTime constructor. Return 0 in this case instead.

Fixes #4