mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly terminate end of line with ;
This commit is contained in:
parent
8e4ab9fee0
commit
98d8ed645a
@ -149,7 +149,7 @@ function filter_configure_sync() {
|
||||
$line_split = split("\n", $rules_file);
|
||||
if(is_array($line_split))
|
||||
$line_error = "The line in question reads [{$line_number}]:<br>" . $line_split[$line_number];
|
||||
file_notice("filter_load", "There was error(s) loading the rules:<p><pre>" . $rules_error . "\n" . $line_error . "</pre>";, "Filter Reload", "")
|
||||
file_notice("filter_load", "There was error(s) loading the rules:<p><pre>" . $rules_error . "\n" . $line_error . "</pre>", "Filter Reload", "");
|
||||
return "There was error(s) loading the rules:<p><pre>" . $rules_error . "\n" . $line_error . "</pre>";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user