|
@@ -279,9 +279,6 @@ class chctlex
|
|
|
$ctls[] = $item;
|
|
|
}
|
|
|
}
|
|
|
-// else {
|
|
|
-// Log::record("auto_match speed table key={$key} is empty.",Log::DEBUG);
|
|
|
-// }
|
|
|
}
|
|
|
return $ctls;
|
|
|
};
|
|
@@ -329,6 +326,8 @@ class chctlex
|
|
|
} else {
|
|
|
$next_feeds[] = $item;
|
|
|
}
|
|
|
+
|
|
|
+ $i++;
|
|
|
}
|
|
|
|
|
|
return [$cur_feeds,$next_feeds];
|