forked from GNUsocial/gnu-social
[CORE][Actor] Simplify logic so more is reused between different types of actors
Minor bug fixes
This commit is contained in:
@@ -69,7 +69,5 @@ abstract class Main
|
||||
foreach (['privacy', 'tos', 'version', 'source'] as $s) {
|
||||
$r->connect('doc_' . $s, '/doc/' . $s, C\TemplateController::class, ['template' => 'doc/' . $s . '.html.twig']);
|
||||
}
|
||||
|
||||
$r->connect('settings', '/settings', [C\UserPanel::class, 'allSettings']);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user