]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Incorrectly set notice attribute, fixed
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 14 Jan 2009 06:22:20 +0000 (01:22 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 14 Jan 2009 06:22:20 +0000 (01:22 -0500)
lib/nudgeform.php

index 27ad44316110f58c1c620ffb20023457d7fc37e0..7d04e11e46649831bb3abfe4cbc94b1b35f6f417 100644 (file)
@@ -66,7 +66,7 @@ class NudgeForm extends Form
     {
         parent::__construct($out);
 
-        $this->notice = $profile;
+        $this->profile = $profile;
     }
 
     /**