|
@@ -22,7 +22,7 @@ class indexControl
|
|
|
$list_key = $worker->scan();
|
|
|
if (!empty($list_key) && is_array($list_key)) {
|
|
|
foreach ($list_key as $key) {
|
|
|
- $content = $worker->pop($key);
|
|
|
+ $content = $worker->pop($key, time());
|
|
|
if (empty($content)) continue;
|
|
|
$method = key($content);
|
|
|
$arg = current($content);
|