From: Evan Prodromou Date: Wed, 4 Jul 2012 19:12:08 +0000 (-0400) Subject: Add an exception on remote group join X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e60bb04e5a59448e5dc8ad9e690a06c7c797498;p=quix0rs-gnu-social.git Add an exception on remote group join --- diff --git a/plugins/OStatus/actions/ostatusgroup.php b/plugins/OStatus/actions/ostatusgroup.php index e2c4121c3f..e5ed21bbf5 100644 --- a/plugins/OStatus/actions/ostatusgroup.php +++ b/plugins/OStatus/actions/ostatusgroup.php @@ -146,6 +146,7 @@ class OStatusGroupAction extends OStatusSubAction try { $user->joinGroup($group); } catch (Exception $e) { + common_log(LOG_ERR, "Exception on remote group join: " . $e->getMessage()); // TRANS: OStatus remote group subscription dialog error. $this->showForm(_m('Remote group join failed!')); return;