Error when saving settings on PHP 8.x
-
Hi
I found an error on line 510 of this file
wp-content/plugins/website-file-changes-monitor/classes/admin/class-admin-manager.phpOriginal:
$posted_scan_time = $posted['scan-hour'] . ':00' . ' ' . strtoupper( $posted['scan-hour-am'] );Modified:
$posted_scan_time = $posted['scan-hour'] . ':00' . ' ' . strtoupper( $posted['scan-hour-am'] ?? '' );Thanks for the awesome plugin!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.