Merge branch 'master' of gitorious.org:statusnet/mainline

This commit is contained in:
Evan Prodromou
2012-07-28 13:59:40 -04:00
17 changed files with 685 additions and 4 deletions

View File

@@ -146,6 +146,8 @@ class OStatusGroupAction extends OStatusSubAction
try {
$user->joinGroup($group);
} catch (Exception $e) {
common_log(LOG_ERR, "Exception on remote group join: " . $e->getMessage());
common_log(LOG_ERR, $e->getTraceAsString());
// TRANS: OStatus remote group subscription dialog error.
$this->showForm(_m('Remote group join failed!'));
return;