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:
parent
11fac78a37
commit
8381bd7a9b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user