pull/72/head
Rodolfo Berrios 2020-08-28 11:52:57 -04:00
parent 46c70c3263
commit ed47a3c524
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ if (!$threadID) {
if (!include_once('app/loader.php')) { if (!include_once('app/loader.php')) {
die("Can't find app/loader.php\n"); die("Can't find app/loader.php\n");
} }
$loop = 1;
do { do {
try { try {
CHV\Import::refresh(); CHV\Import::refresh();