• Resolved matthewnie

    (@matthewnie)


    I needed to update line 540 and 544, expiration was missing the first backtick.

    if ( $delete ) {
      $set_clause = '<code>expiration</code> = %s,
                   <code>deleted</code> = 1';
     } else {
      $set_clause =
    	'<code>expiration</code> = %s';
     }
    
Viewing 1 replies (of 1 total)
  • Plugin Author Richard Korthuis

    (@rockfire)

    Hi @matthewnie

    Thank you for using our plugin! And thank you for reporting this issue. We just released a new version of our plugin which fixes the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Error with delete_object_type_caches SQL’ is closed to new replies.