• Resolved Marcos Nakamine

    (@marcosnakamine)


    Hi

    I found an error on line 510 of this file wp-content/plugins/website-file-changes-monitor/classes/admin/class-admin-manager.php

    Original:

    $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)
  • Plugin Support Lucian Padureanu

    (@lucianwpwhite)

    Thank you for taking your time to report this @marcosnakamine !

    I have added this internally and we will make sure to include this in our upcoming release for sure!

    Many thanks and have a wonderful day ahead!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.