Skip to content

Commit

Permalink
No need for a summary that just copies the form header.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 27, 2016
1 parent b847f56 commit 3dba2a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions whups/lib/Form/Ticket/Delete.php
Expand Up @@ -18,10 +18,6 @@ public function __construct(&$vars, $title = '')
$info = $GLOBALS['whups_driver']->getTicketDetails($vars->get('id'));
$this->_queue = $info['queue'];
$this->addHidden('', 'id', 'int', true, true);
$summary = $this->addVariable(
_("Summary"), 'summary', 'text', false, true
);
$summary->setDefault($info['summary']);
$this->_warn = $this->addVariable('', 'warn', 'html', false);
$this->_warn->setDefault(
'<span class="horde-form-error">'
Expand Down

0 comments on commit 3dba2a8

Please sign in to comment.