UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Mon, 2 Dec 2019 06:57:24 +0000 (14:57 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Dec 2019 06:57:24 +0000 (14:57 +0800)
UpdateDatabase.php

index 133ce65..d3ec063 100644 (file)
@@ -1228,6 +1228,7 @@ class Pman_Core_UpdateDatabase extends Pman
             if (!file_exists(__DIR__.'/UpdateDatabase/'. $scls .'.php')) {
                 return;
             }
+            echo "Running : {$fn}\n";
             require_once $fn;
             $c = new $cls();