mirror of
https://github.com/friendica/friendica
synced 2025-04-23 09:10:10 +00:00
Rename to singular
Rename and update references. Standards and a require_once.
This commit is contained in:
parent
2f0da29c75
commit
6e5471def3
22 changed files with 59 additions and 56 deletions
|
@ -5101,7 +5101,7 @@ function api_friendica_profile_show($type)
|
|||
$profileid = (x($_REQUEST, 'profile_id') ? $_REQUEST['profile_id'] : 0);
|
||||
|
||||
// retrieve general information about profiles for user
|
||||
$multi_profiles = Features::isEnabled(api_user(), 'multi_profiles');
|
||||
$multi_profiles = Feature::isEnabled(api_user(), 'multi_profiles');
|
||||
$directory = Config::get('system', 'directory');
|
||||
|
||||
// get data of the specified profile id or all profiles of the user if not specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue