Implement AddonHelper::loadAddons()

This commit is contained in:
Art4 2025-02-04 12:57:32 +00:00
parent 5497fd3559
commit e596a0b624
9 changed files with 56 additions and 30 deletions

View file

@ -92,7 +92,6 @@ class Addon
return $addons_admin;
}
/**
* Synchronize addons:
*
@ -104,6 +103,7 @@ class Addon
* Then go through the config list and if we have a addon that isn't installed,
* call the install procedure and add it to the database.
*
* @deprecated 2025.02 Use `Friendica\Core\Addon\AddonHelper::loadAddons()` instead
*/
public static function loadAddons()
{