Skip to content
Snippets Groups Projects
  • Stephen Packer's avatar
    createTicket respects alert/autorespond negatives · 979888d3
    Stephen Packer authored
    It was previously not possible to use the `alert` and `autorespond` flags in a negative way to prevent those two events, since the ternary operator would have used the `false` ternary value, which was `true`.  This corrects that by allowing the default of `true` to be used only when the `$data` array does not have the appropriate keys set.  Assigning `$data['source']` was altered to use the same formatting and caution against an undefined index error.
    979888d3