Incorrectly set notice attribute, fixed

This commit is contained in:
Evan Prodromou 2009-01-14 01:22:20 -05:00
parent a42fef1621
commit ea1bd9668b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class NudgeForm extends Form
{
parent::__construct($out);
$this->notice = $profile;
$this->profile = $profile;
}
/**