mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user