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

Built from https://develop.svn.wordpress.org/trunk@25651


git-svn-id: http://core.svn.wordpress.org/trunk@25568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2013-09-30 00:30:10 +00:00
parent 30b921d10e
commit 55822259df

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 ) {