Automatic Updates: Remove some debug from [25649] See #22704

git-svn-id: https://develop.svn.wordpress.org/trunk@25651 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2013-09-30 00:29:19 +00:00
parent 3fa23828e3
commit 6d29f14560
1 changed files with 1 additions and 1 deletions

View File

@ -1296,7 +1296,7 @@ class Core_Upgrader extends WP_Upgrader {
if ( ! function_exists( 'update_core' ) )
return new WP_Error( 'copy_failed_space', $this->strings['copy_failed_space'] );
$result = update_core( $working_dir, $wp_dir, $parsed_args['do_rollback'] );
$result = update_core( $working_dir, $wp_dir );
// In the event of an error, rollback to the previous version
if ( is_wp_error( $result ) && $parsed_args['attempt_rollback'] && $current->packages->rollback ) {