NotifySmtpCheck.php
[Pman.Core] / UpdateDatabase.php
index 80eeb10..44da7ec 100644 (file)
@@ -136,7 +136,9 @@ class Pman_Core_UpdateDatabase extends Pman
         $ff = HTML_FlexyFramework::get();
         
         if(!empty($ff->Core_Notify)){
+            require_once 'Pman/Core/NotifySmtpCheck.php';
             $x = new Pman_Core_NotifySmtpCheck();
+            $x->check();
         }
         
         EXIT;