diff --git a/upgrade/language/english/smarty3.php b/upgrade/language/english/smarty3.php index 0dbf8a4c6..64e39eab7 100644 --- a/upgrade/language/english/smarty3.php +++ b/upgrade/language/english/smarty3.php @@ -17,7 +17,7 @@ define('_XOOPS_SMARTY3_RESCAN_OPTIONS', 'Rescan Options'); -define('_XOOPS_SMARTY3_FIX_BUTTON', 'Run fixes?'); +define('_XOOPS_SMARTY3_FIX_BUTTON', 'Click the "Yes" checkbox below and then click the Run Scan button to try to automatically fix any issues found.'); define('_XOOPS_SMARTY3_SCANNER_MARK_COMPLETE', 'Mark Complete'); define('_XOOPS_SMARTY3_TEMPLATE_DIR', 'Template Directory (optional)'); diff --git a/upgrade/preflight.php b/upgrade/preflight.php index 79a18f21d..34846c264 100644 --- a/upgrade/preflight.php +++ b/upgrade/preflight.php @@ -170,7 +170,7 @@ function tplScannerForm($parameters=null) $template_dir = Xmf\Request::getString('template_dir', ''); $template_ext = Xmf\Request::getString('template_ext', ''); $runfix = Xmf\Request::getString('runfix', 'off'); - Xmf\Debug::dump($_POST, $runfix, $template_dir, $template_ext); + // Xmf\Debug::dump($_POST, $runfix, $template_dir, $template_ext); if (empty($op)) { $upgradeControl->loadLanguage('welcome'); echo _XOOPS_SMARTY3_SCANNER_OFFER;