From 8623e0b73a15fb8480ea451a0b8a5bb660192289 Mon Sep 17 00:00:00 2001 From: etc Date: Tue, 14 Nov 2017 12:55:14 +0100 Subject: [PATCH] Oups, help! thanks @makss! --- textpattern/setup/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/textpattern/setup/index.php b/textpattern/setup/index.php index d402dc9d07..6502cb2c32 100644 --- a/textpattern/setup/index.php +++ b/textpattern/setup/index.php @@ -110,6 +110,7 @@ function preamble($step = null) $out = array(); $bodyclass = ($step == '') ? ' welcome' : ''; + gTxtScript(array('help')); if (isset($_SESSION['lang']) && !isset($_SESSION['direction'])) { $file = Txp::get('\Textpattern\L10n\Lang')->findFilename($_SESSION['lang']);