summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-01-21 19:46:00 +0000
committerErmal <eri@pfsense.org>2013-01-21 19:46:00 +0000
commite01570e18b44577ecca56eeefdcc024b1fb2df2b (patch)
tree9d7ec130c9ef12ea54cc22ec4d989bfd3b0ba35c /etc
parent31a5f13c6ec70d935d26a26e250fc2c53e5dddd3 (diff)
downloadpfsense-e01570e18b44577ecca56eeefdcc024b1fb2df2b.zip
pfsense-e01570e18b44577ecca56eeefdcc024b1fb2df2b.tar.gz
Just the first line is interesting here
Diffstat (limited to 'etc')
-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 c6ad15b..72a5936 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -312,7 +312,7 @@ function filter_configure_sync($delete_states_if_needed = true) {
* then output the contents of the error to the caller
*/
if($rules_loading <> 0) {
- $line_error = explode(":", $rules_error);
+ $line_error = explode(":", $rules_error[0]);
$line_number = $line_error[1];
$line_split = file("{$g['tmp_path']}/rules.debug");
if(is_array($line_split))
OpenPOWER on IntegriCloud