From 95f2144e5911b857276bec11b429b5c554f1fa7a Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 14:11:11 +0800 Subject: [PATCH] UpdateDatabase.php --- UpdateDatabase.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 0387efa7..9176712d 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -131,15 +131,15 @@ class Pman_Core_UpdateDatabase extends Pman { PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError')); -// $this->checkSystem(); + $this->checkSystem(); $ff = HTML_FlexyFramework::get(); -// if(!empty($ff->Core_Notify)){ -// require_once 'Pman/Core/NotifySmtpCheck.php'; -// $x = new Pman_Core_NotifySmtpCheck(); -// $x->check(); -// } + if(!empty($ff->Core_Notify)){ + require_once 'Pman/Core/NotifySmtpCheck.php'; + $x = new Pman_Core_NotifySmtpCheck(); + $x->check(); + } $this->disabled = explode(',', $ff->disable); -- 2.39.2