Indefero

Indefero Commit Details


Date:2011-03-11 07:27:37 (13 years 9 months ago)
Author:William MARTIN
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:e6756a207296d5df20ad3e569f3e107abb0de059
Parents: bb4fa7ca2f14748d28445e93738cc1a64dbd6722
Message:Fix issue 633 : Unset variable !

Changes:

File differences

src/IDF/Form/ReviewFileComment.php
6464
6565
6666
67
68
6769
6870
6971
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(

Archive Download the corresponding diff file

Page rendered in 0.07346s using 14 queries.