Skip to content

Commit 8ac67ce

Browse files
author
Marius Cramer
committed
- fixed typo
1 parent ffb04de commit 8ac67ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/firewall_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class firewall_plugin {
3838
public function onInstall() {
3939
global $conf;
4040

41-
if($conf['bastille']['installed'] = true && $conf['services']['firewall'] == true) {
41+
if($conf['bastille']['installed'] == true && $conf['services']['firewall'] == true) {
4242
return true;
4343
} else {
4444
return false;

0 commit comments

Comments
 (0)