Skip to content

Commit 16a9235

Browse files
authored
Error: Undefined Variable $texter
The variable $texter is not defined inside the method, so PHP will throw an "Undefined variable" error.
1 parent 44687d8 commit 16a9235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ Now you can send notifications to your desktop as follows::
759759
sprintf('%s is a new subscriber', $user->getFullName())
760760
);
761761

762-
$texter->send($message);
762+
$this->texter->send($message);
763763
}
764764
}
765765

0 commit comments

Comments
 (0)