Fix issue 633 : Unset variable !

release-1.1
William MARTIN 2011-03-11 14:27:37 +01:00
parent bb4fa7ca2f
commit e6756a2072
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ class IDF_Form_ReviewFileComment extends Pluf_Form
if ($this->user->hasPerm('IDF.project-owner', $this->project)
or $this->user->hasPerm('IDF.project-member', $this->project)) {
$this->show_full = true;
} else {
$this->show_full = false;
}
if ($this->show_full) {
$this->fields['summary'] = new Pluf_Form_Field_Varchar(