Skip to content

Commit

Permalink
Merge fb66dd2 into 6c0724a
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlahman committed Mar 25, 2016
2 parents 6c0724a + fb66dd2 commit d426f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-wc-admin-status.php
Expand Up @@ -95,7 +95,7 @@ public static function status_tools() {
break;
case 'clear_sessions' :

$wpdb->query( "DELETE FROM {$wpdb->prefix}woocommerce_sessions" );
$wpdb->query( "TRUNCATE {$wpdb->prefix}woocommerce_sessions" );

wp_cache_flush();

Expand Down

0 comments on commit d426f0f

Please sign in to comment.