forked from GNUsocial/gnu-social
Work in progress on helper wizard for feed mirror discovery/setup
This commit is contained in:
@@ -88,6 +88,8 @@ class MirrorSettingsAction extends AccountSettingsAction
|
||||
|
||||
function showAddFeedForm()
|
||||
{
|
||||
$form = new AddMirrorWizard($this);
|
||||
$form->show();
|
||||
$form = new AddMirrorForm($this);
|
||||
$form->show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user