From 5c6078eb38ebbb4228ea72800cdb943047fc2fd0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 Jul 2016 13:35:43 +0800 Subject: [PATCH] UpdateDatabase.php --- UpdateDatabase.php | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.39.2