diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-14 01:22:20 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-14 01:22:20 -0500 |
commit | ea1bd9668bfcd03955abe20be9df75ce950940b5 (patch) | |
tree | 626c794cd45fd8931ddcc56b336b47cef0176eee /lib | |
parent | a42fef1621a69cefe0cfa7b9ee75df61b09a1526 (diff) |
Incorrectly set notice attribute, fixed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nudgeform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nudgeform.php b/lib/nudgeform.php index 27ad44316..7d04e11e4 100644 --- a/lib/nudgeform.php +++ b/lib/nudgeform.php @@ -66,7 +66,7 @@ class NudgeForm extends Form { parent::__construct($out); - $this->notice = $profile; + $this->profile = $profile; } /** |