diff --git a/notifier.rst b/notifier.rst index 2382dfee284..d2dc225f4f0 100644 --- a/notifier.rst +++ b/notifier.rst @@ -759,7 +759,7 @@ Now you can send notifications to your desktop as follows:: sprintf('%s is a new subscriber', $user->getFullName()) ); - $texter->send($message); + $this->texter->send($message); } }