summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-10 19:22:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-10 19:22:19 +0000
commit98d8ed645af065940baf3bc138486f0ca2d4f57c (patch)
tree2f08da59dc4de88678da17483611c56bd3ef58b0
parent8e4ab9fee0619e7bbc680c3176ff2ec59ded6a70 (diff)
downloadpfsense-98d8ed645af065940baf3bc138486f0ca2d4f57c.zip
pfsense-98d8ed645af065940baf3bc138486f0ca2d4f57c.tar.gz
Correctly terminate end of line with ;
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 1560d9e..07b9adc 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -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>";
}
OpenPOWER on IntegriCloud