Fixing style errors.

This commit is contained in:
stickler-ci 2021-02-11 09:06:39 +00:00
parent 40b20d510d
commit 7f6cb24909

View File

@ -2163,8 +2163,8 @@ $domainname = '0.0.0.0:8080';
$tempdir = $conf->website->dir_output.'/'.$websitekey.'/'; $tempdir = $conf->website->dir_output.'/'.$websitekey.'/';
// Confirm generation of website sitemaps // Confirm generation of website sitemaps
if($action == 'confirmgeneratesitemaps'){ if ($action == 'confirmgeneratesitemaps'){
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?website='.$website->ref, $langs->trans('ConfirmSitemapsCreation'), $langs->trans('ConfirmGenerateSitemaps', $object->ref),'generatesitemaps', '', "yes", 1); $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?website='.$website->ref, $langs->trans('ConfirmSitemapsCreation'), $langs->trans('ConfirmGenerateSitemaps', $object->ref), 'generatesitemaps', '', "yes", 1);
$action = 'preview'; $action = 'preview';
} }