From ea1bd9668bfcd03955abe20be9df75ce950940b5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 Jan 2009 01:22:20 -0500 Subject: Incorrectly set notice attribute, fixed --- lib/nudgeform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/nudgeform.php') 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; } /** -- cgit v1.2.3-54-g00ecf