Skip to content

Commit

Permalink
FIX: removed unreachable code (#31141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc2rcanarslan authored Sep 26, 2024
1 parent 63c775c commit 77fa5d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htdocs/mrp/class/mo.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ public function create(User $user, $notrigger = false)
$this->db->rollback();
return -1;
}

return $idcreated;
}

/**
Expand Down

0 comments on commit 77fa5d9

Please sign in to comment.