Fix potential notice in Upgrade process when failing part-way through. See #13171

git-svn-id: http://svn.automattic.com/wordpress/trunk@14812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-05-23 05:59:17 +00:00
parent 989a52d7ff
commit 70d0491c1c
1 changed files with 1 additions and 0 deletions

View File

@ -898,6 +898,7 @@ class WP_Upgrader_Skin {
var $upgrader;
var $done_header = false;
var $result = false;
function WP_Upgrader_Skin($args = array()) {
return $this->__construct($args);