From: Carlos Perilla Date: Tue, 1 Sep 2009 04:01:36 +0000 (-0500) Subject: Enable welcome bot to broadcast it's notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf701b8235c22e648e44adfed8a9cb8e30cf9eab;p=quix0rs-gnu-social.git Enable welcome bot to broadcast it's notices --- diff --git a/classes/User.php b/classes/User.php index 0a70c98014..9481399f8a 100644 --- a/classes/User.php +++ b/classes/User.php @@ -319,6 +319,7 @@ class User extends Memcached_DataObject common_config('site', 'name'), $user->nickname), 'system'); + common_broadcast_notice($notice); } }