From ea1bd9668bfcd03955abe20be9df75ce950940b5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 Jan 2009 01:22:20 -0500 Subject: [PATCH] Incorrectly set notice attribute, fixed --- lib/nudgeform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nudgeform.php b/lib/nudgeform.php index 27ad443161..7d04e11e46 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; } /**