Issue 3401, ostatus group subscription lands on blank page

This commit is contained in:
Mikael Nordfeldth 2012-07-13 14:30:58 +02:00 committed by Evan Prodromou
parent f04452c70a
commit 19c3cd541d

View File

@ -150,6 +150,8 @@ class OStatusGroupAction extends OStatusSubAction
$this->showForm(_m('Remote group join failed!'));
return;
}
$this->success();
}
/**