mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Implement AddonHelper::loadAddons()
This commit is contained in:
parent
5497fd3559
commit
e596a0b624
9 changed files with 56 additions and 30 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue