×

Notice

The forum is in read only mode.

Bug in components/com_jssupportticket/views/ticket/tmpl/formticket.php

5 years 1 month ago - 5 years 1 month ago #6105 by David Byrne
components/com_jssupportticket/views/ticket/tmpl/formticket.php line 526: 
<input type="hidden" name="uid" id="uid" value="<?php echo $this->editticket->uid;?>" />

Should be:

<input type="hidden" name="uid" id="uid" value="<?php if (isset($this->editticket)) echo $this->editticket->uid;?>" />
Time to create page: 0.030 seconds

Please publish modules in offcanvas position.