Skip to content

Commit c755f81

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
fixed typo in installer_base.lib.php See merge request !207
2 parents f3ff1e4 + 1bed190 commit c755f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function find_installed_apps() {
157157
if(is_installed('vzctl')) $conf['openvz']['installed'] = true;
158158
if(is_installed('iptables') && is_installed('bastille-netfilter')) $conf['bastille']['installed'] = true;
159159
if(is_installed('metronome') && is_installed('metronomectl')) $conf['xmpp']['installed'] = true;
160-
if(is_installed('spamassassin')) $conf['spamassasin']['installed'] = true;
160+
if(is_installed('spamassassin')) $conf['spamassassin']['installed'] = true;
161161
if(is_installed('vlogger')) $conf['vlogger']['installed'] = true;
162162
if(is_installed('cron')) $conf['cron']['installed'] = true;
163163

0 commit comments

Comments
 (0)