UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Thu, 14 Jul 2016 05:35:43 +0000 (13:35 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Jul 2016 05:35:43 +0000 (13:35 +0800)
UpdateDatabase.php

index 7b2f633..055e817 100644 (file)
@@ -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();