From: Evan Prodromou Date: Wed, 14 Jan 2009 06:22:20 +0000 (-0500) Subject: Incorrectly set notice attribute, fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea1bd9668bfcd03955abe20be9df75ce950940b5;p=quix0rs-gnu-social.git Incorrectly set notice attribute, fixed --- 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; } /**