X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Finstall-inc.php;h=4958a31f53c47e364c9ba2f198b2bd3af9dd7f33;hp=d0e49a6f41ba06f2f45695109a9fa9b77ae86d94;hb=c4823d28fd0bd22250b16d73f2034f36fc54abda;hpb=9725980ca9c052e5c1a9edb8b815e8506b876448 diff --git a/inc/install-inc.php b/inc/install-inc.php index d0e49a6f41..4958a31f53 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -214,7 +214,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) { if (SQL_SELECT_DB($GLOBALS['install_mysql']['dbase'], __FILE__, __LINE__) === true) { // Check for dumps if ((!isFileReadable(postRequestParameter('spath') . 'install/tables.sql')) || (!isFileReadable(postRequestParameter('spath') . 'install/menu-'.getLanguage().'.sql'))) { - // Installation area not found! + // Installation area not found addFatalMessage(__FILE__, __LINE__, '{--INSTALL_MISSING_DUMPS--}'); return; } // END - if