Clean old deprecated code on social networks fields

This commit is contained in:
Laurent Destailleur
2023-01-30 14:13:02 +01:00
parent 2dd13f540b
commit 2a0a0fc470
11 changed files with 13 additions and 169 deletions

View File

@@ -1762,11 +1762,6 @@ class Setup extends DolibarrApi
throw new RestException(403, 'Error API open to admin users only or to the users with logins defined into constant API_LOGINS_ALLOWED_FOR_GET_COMPANY');
}
unset($mysoc->skype);
unset($mysoc->twitter);
unset($mysoc->facebook);
unset($mysoc->linkedin);
unset($mysoc->pays);
unset($mysoc->note);
unset($mysoc->nom);