]> git.mxchange.org Git - mailer.git/blobdiff - inc/install/install_page_finalize.php
Attempt to fix installation
[mailer.git] / inc / install / install_page_finalize.php
index 0b6229945d306039628d9077164338882f87954e..b8e2f287c4b210db747028aaee4c658049a3de73 100644 (file)
@@ -45,12 +45,8 @@ if ((isPostRequestElementSet('finalize')) && (!isInstalled())) {
        // You have submitted data then we have to reset the SQLs
        initSqls();
 
-       /*
-        * Restore PHPs error handler to prevent ours to handle errors,
-        * e.g. failed connection attempts. We want to handle them on
-        * our own.
-        */
-       restore_error_handler();
+       // Remove any existing "cache"
+       unset($GLOBALS['is_sql_link_up']);
 
        // Connect to database server
        SQL_CONNECT($GLOBALS['install_mysql']['host'], $GLOBALS['install_mysql']['login'], $GLOBALS['install_mysql']['pass1'], __FILE__, __LINE__);