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

git-svn-id: https://develop.svn.wordpress.org/trunk@14812 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-05-23 05:59:17 +00:00
parent 11fac78a37
commit 8381bd7a9b
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);