Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ public function upgrade_c($v1,$v2)
$upgrader_object = $v1;
$options = $v2;

if($upgrader_object->result['destination_name']!=$this->internal['id'])
if( isset($upgrader_object->result['destination_name']) AND $upgrader_object->result['destination_name']!=$this->internal['id'])
{
return;
}
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ To be updated
= 2.1.7 =

* Added alt tags and aria labels for screen readers to call to action button under posts and sitebar widgets and forms for accessibility.
* Fixed a PHP warning

= 2.1.6 =

Expand Down Expand Up @@ -186,6 +187,7 @@ To be updated
= 2.1.7 =

* Added alt tags and aria labels for screen readers to call to action button under posts and sitebar widgets and forms for accessibility
* Fixed a PHP warning

= 2.1.6 =

Expand Down