Object Cache function typo
-
In plugins/apcu-manager/assets/object-cache.php version 4.5.3, line 27 there is a fatal typo:
if ( isset( $_POST['action'] ) && str_contains( $_POST['action'], 'wpmdb' ) && ! tr_contains( $_POST['action'], 'flush' ) ) {it should be
! str_contains( $_POST['action'], 'flush' )an “s” is missing
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.