Make WordPress Core

Ticket #5978: 5978.diff

File 5978.diff, 399 bytes (added by mdawaffe, 17 years ago)
  • wp-admin/includes/update.php

     
    6262                        continue;
    6363                }
    6464
    65                 if ( $current->checked[ $file ] != $p['Version'] )
     65                if ( strval($current->checked[ $file ]) !== strval($p['Version']) )
    6666                        $plugin_changed = true;
    6767        }
    6868