mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Moved pluginEnable() to \SnappyMail\Repository::enablePackage()
This commit is contained in:
parent
cf08c1aba4
commit
539ddcc51f
3 changed files with 35 additions and 35 deletions
|
|
@ -61,5 +61,7 @@ if ($oPlugin) {
|
|||
$aList = SnappyMail\Repository::getEnabledPackagesNames();
|
||||
$aList[] = 'mailbox-detect';
|
||||
$oConfig->Set('plugins', 'enabled_list', implode(',', array_unique($aList)));
|
||||
// v2.5.4
|
||||
//\SnappyMail\Repository::enablePackage('mailbox-detect');
|
||||
|
||||
$oConfig->Save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue