From 654f549c9b33a10285c98d17acdd2de73c26462a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 18 Apr 2014 00:18:59 +0200 Subject: [PATCH 1/1] Added missing 'extension' initialization in installer and used EL code there + fixed typo. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/install/install_page_2.php | 11 ++++++----- templates/de/html/ext/ext_uberwach.tpl | 2 +- templates/de/html/install/install_page2.tpl | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/inc/install/install_page_2.php b/inc/install/install_page_2.php index 450f1787e9..337e8df68d 100644 --- a/inc/install/install_page_2.php +++ b/inc/install/install_page_2.php @@ -41,11 +41,12 @@ if ((!defined('__SECURITY')) || (!isInstaller())) { } // END - if // Prepare emissing elements -if (empty($GLOBALS['install_mysql']['dbase'])) $GLOBALS['install_mysql']['dbase'] = 'your_database'; -if (empty($GLOBALS['install_mysql']['login'])) $GLOBALS['install_mysql']['login'] = 'your_login'; -if (empty($GLOBALS['install_mysql']['host'])) $GLOBALS['install_mysql']['host'] = 'localhost'; -if (empty($GLOBALS['install_mysql']['prefix'])) $GLOBALS['install_mysql']['prefix'] = 'mailer'; -if (empty($GLOBALS['install_mysql']['type'])) $GLOBALS['install_mysql']['type'] = 'MyISAM'; +if (empty($GLOBALS['install_mysql']['dbase'])) $GLOBALS['install_mysql']['dbase'] = 'your_database'; +if (empty($GLOBALS['install_mysql']['login'])) $GLOBALS['install_mysql']['login'] = 'your_login'; +if (empty($GLOBALS['install_mysql']['host'])) $GLOBALS['install_mysql']['host'] = 'localhost'; +if (empty($GLOBALS['install_mysql']['prefix'])) $GLOBALS['install_mysql']['prefix'] = 'mailer'; +if (empty($GLOBALS['install_mysql']['type'])) $GLOBALS['install_mysql']['type'] = 'MyISAM'; +if (empty($GLOBALS['install_mysql']['extension'])) $GLOBALS['install_mysql']['extension'] = 'mysqli'; // Are there errors? if (ifFatalErrorsDetected()) { diff --git a/templates/de/html/ext/ext_uberwach.tpl b/templates/de/html/ext/ext_uberwach.tpl index cf5a1489cf..b76716d062 100644 --- a/templates/de/html/ext/ext_uberwach.tpl +++ b/templates/de/html/ext/ext_uberwach.tpl @@ -4,7 +4,7 @@
Die große Koalition aus CDU & SPD will Deutschland in Zeiten des -internationalen Terrors zu einem sicheren Land fÜr uns alle machen. +internationalen Terrors zu einem sicheren Land für uns alle machen.
diff --git a/templates/de/html/install/install_page2.tpl b/templates/de/html/install/install_page2.tpl index 4b638b0658..fdf5c253d6 100644 --- a/templates/de/html/install/install_page2.tpl +++ b/templates/de/html/install/install_page2.tpl @@ -45,11 +45,11 @@ - {--INSTALLER_MYSQL_EXTENSION--} + {--INSTALLER_DATABASE_EXTENSION--} -- 2.39.2