Skip to content

Commit

Permalink
Update Atom.php
Browse files Browse the repository at this point in the history
Break from switch-case to retry redirected URI regarding deletion.
  • Loading branch information
HellFirePvP committed Nov 13, 2019
1 parent 6a5534f commit a518b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Feed/Entry/Atom.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function delete()
// Redirect
case 3:
$deleteUri = $response->getHeader('Location');
continue;
break;
// Error
default:
/**
Expand Down

0 comments on commit a518b23

Please sign in to comment.