Skip to content

Commit

Permalink
OXDEV-2685 Fix problem in setup controller
Browse files Browse the repository at this point in the history
  • Loading branch information
a-afsharfarnia authored and liulka-oxid committed Jan 24, 2020
1 parent fb7b815 commit f4f8009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Setup/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ private function formMessageIgnoreDbVersionNotRecommended($view, $language, $ses
{
$ignoreParam = $databaseExists ? '&ow=1&owrec=1' : '&owrec=1';
$info = $databaseExists ? 'STEP_4_2_OVERWRITE_DB' : 'STEP_4_2_NOT_RECOMMENDED_MYSQL_VERSION';
$view->setMessage("<br><br>" . $language->getText($info) . " <a href=\"index.php?sid=" . $sessionId . "&istep=" . $setupStep . $ignoreParam . "id=\"step3Continue\" style=\"text-decoration: underline;\">" . $language->getText('HERE') . "</a>");
$view->setMessage("<br><br>" . $language->getText($info) . " <a href=\"index.php?sid=" . $sessionId . "&istep=" . $setupStep . $ignoreParam . "\" id=\"step3Continue\" style=\"text-decoration: underline;\">" . $language->getText('HERE') . "</a>");
}

/**
Expand Down

0 comments on commit f4f8009

Please sign in to comment.