mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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:
parent
989a52d7ff
commit
70d0491c1c
@ -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