We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85c3da commit 74d2dcfCopy full SHA for 74d2dcf
install/lib/installer_base.lib.php
@@ -122,7 +122,7 @@ public function find_installed_apps() {
122
if(is_installed('getmail')) $conf['getmail']['installed'] = true;
123
if(is_installed('courierlogger')) $conf['courier']['installed'] = true;
124
if(is_installed('dovecot')) $conf['dovecot']['installed'] = true;
125
- if(is_installed('saslsauthd')) $conf['saslauthd']['installed'] = true;
+ if(is_installed('saslauthd')) $conf['saslauthd']['installed'] = true;
126
if(is_installed('amavisd-new')) $conf['amavis']['installed'] = true;
127
if(is_installed('clamdscan')) $conf['clamav']['installed'] = true;
128
if(is_installed('pure-ftpd') || is_installed('pure-ftpd-wrapper')) $conf['pureftpd']['installed'] = true;
0 commit comments