From: Luke Fitzgerald Date: Wed, 16 Jun 2010 01:11:39 +0000 (+0100) Subject: Return true if OIM is sent successfully X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d36f24b493417190215dd60df544389cc64845b;p=quix0rs-gnu-social.git Return true if OIM is sent successfully --- diff --git a/plugins/Msn/extlib/phpmsnclass/msn.class.php b/plugins/Msn/extlib/phpmsnclass/msn.class.php index 967fa97874..85b7b01784 100644 --- a/plugins/Msn/extlib/phpmsnclass/msn.class.php +++ b/plugins/Msn/extlib/phpmsnclass/msn.class.php @@ -1572,6 +1572,7 @@ class MSN { continue; } } + return true; } else { // Other network return $this->sendOtherNetworkMessage($recipient, $message, $network);