Merge branch 'uiredesign' of /var/www/csarven into uiredesign

This commit is contained in:
Evan Prodromou 2009-01-15 19:25:26 +00:00
commit f0b4e7094c
1 changed files with 2 additions and 4 deletions

View File

@ -143,12 +143,10 @@ class NoticeForm extends Form
$this->out->elementEnd('dl'); $this->out->elementEnd('dl');
if ($this->action) { if ($this->action) {
// FIXME: or VERIFY that notice_return-to doesn't break anything. Changed from 'returnto' $this->out->hidden('notice_return-to', $this->action, 'returnto');
$this->out->hidden('notice_return-to', $this->action);
} }
// FIXME: Does this need to be checked like returnto? $this->out->hidden('notice_in-reply-to', $this->action, 'inreplyto');
$this->out->hidden('notice_in-reply-to', $this->action);
} }