Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil E. Taylor committed Nov 16, 2018
1 parent 235df8d commit 148a19d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/com_privacy/models/request.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ public function removeRequest($id = null)
}

// This can happen if a duplicate request was attempted, so the new request was not created, and so doesnt need to be deleted
if (!$id){
if (!$id)
{
return false;
}

Expand Down

0 comments on commit 148a19d

Please sign in to comment.