瀏覽代碼

fixed field name in filter table

Dmitriev Roman 4 月之前
父節點
當前提交
62e6129209
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/sync_mikrotik.pl

+ 1 - 1
scripts/sync_mikrotik.pl

@@ -505,7 +505,7 @@ log_debug($gate_ident."Queues status:".Dumper(\%queues));
 
 my @filter_instances = get_records_sql($dbh,"SELECT * FROM filter_instances");
 
-my @filterlist_ref = get_records_sql($dbh,"SELECT * FROM filter_list where type=0");
+my @filterlist_ref = get_records_sql($dbh,"SELECT * FROM filter_list where filter_type=0");
 
 my %filters;
 my %dyn_filters;