UpdateDatabase.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 03:09:40 +0000 (11:09 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 03:09:40 +0000 (11:09 +0800)
UpdateDatabase.php

index d1b98ee..fc268e5 100644 (file)
@@ -135,8 +135,10 @@ class Pman_Core_UpdateDatabase extends Pman
    
         $ff = HTML_FlexyFramework::get();
         
-        print_R($ff);exit;
-        
+        if(!empty($ff->Core_Notify)){
+            print_R($ff->Core_Notify);
+        }
+        exit;
         $this->disabled = explode(',', $ff->disable);
         
         //$this->fixSequencesPgsql();exit;