From: Alan Knowles Date: Thu, 14 Jul 2016 05:35:43 +0000 (+0800) Subject: UpdateDatabase.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5c6078eb38ebbb4228ea72800cdb943047fc2fd0 UpdateDatabase.php --- diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 7b2f633d..055e8178 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -402,6 +402,9 @@ class Pman_Core_UpdateDatabase extends Pman { // send the current file part to the browser $line = trim(fgets($fp, 1024)); + if (empty($line)) { + continue; + } $matches = array(); if (!preg_match('/^ERROR\s+([0-9]+)/', $line, $matches)) { echo "OK - {$line}\n"; flush();