Ticket #5978: 5978.diff
File 5978.diff, 399 bytes (added by , 17 years ago) |
---|
-
wp-admin/includes/update.php
62 62 continue; 63 63 } 64 64 65 if ( $current->checked[ $file ] != $p['Version'])65 if ( strval($current->checked[ $file ]) !== strval($p['Version']) ) 66 66 $plugin_changed = true; 67 67 } 68 68