Incorrectly set notice attribute, fixed
This commit is contained in:
parent
a42fef1621
commit
ea1bd9668b
@ -66,7 +66,7 @@ class NudgeForm extends Form
|
|||||||
{
|
{
|
||||||
parent::__construct($out);
|
parent::__construct($out);
|
||||||
|
|
||||||
$this->notice = $profile;
|
$this->profile = $profile;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user