Skip to content

Commit bd22690

Browse files
committed
Update call to reset_for_recrawl
1 parent ceed394 commit bd22690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

report.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
foreach ($data as $row) {
147147
if ($retryall == 1) {
148148
$retryid = $row->toid;
149-
$robot = new \tool_crawler\robot\crawler();
150-
$robot->reset_for_recrawl($retryid);
149+
$persistent = new \tool_crawler\local\url();
150+
$persistent->reset_for_recrawl($retryid);
151151
continue;
152152
}
153153

0 commit comments

Comments
 (0)