Just the first line is interesting here

This commit is contained in:
Ermal 2013-01-21 19:46:00 +00:00
parent 31a5f13c6e
commit e01570e18b

View File

@ -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))