mirror of
https://github.com/friendica/friendica
synced 2025-05-01 19:04:23 +02:00
Add @TODO comments per @nupplaphil review in various Admin modules
This commit is contained in:
parent
92b415bc36
commit
b4b8c61daf
3 changed files with 8 additions and 2 deletions
|
@ -483,6 +483,7 @@ class Site extends BaseAdminModule
|
|||
];
|
||||
|
||||
/* get user names to make the install a personal install of X */
|
||||
// @TODO Move to Model\User::getNames()
|
||||
$user_names = [];
|
||||
$user_names['---'] = L10n::t('Multi user instance');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue