Skip to content

Commit

Permalink
Merge pull request #1413 from geekwright/pfcleanup
Browse files Browse the repository at this point in the history
Clean up upgrade/preflight.php
  • Loading branch information
geekwright authored Nov 10, 2023
2 parents 4f44e2c + 25d89b6 commit 88e1060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upgrade/language/english/smarty3.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)');
Expand Down
2 changes: 1 addition & 1 deletion upgrade/preflight.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 88e1060

Please sign in to comment.