Skip to content

Commit

Permalink
[K6.2] Typo on install script of languages it was 6.0 instead 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Oct 19, 2023
1 parent 9028186 commit 5598d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/language/all/install.script.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function preflight($type, $parent)

// Do not install if Kunena doesn't exist.
if (!class_exists('Kunena\Forum\Libraries\Forum\KunenaForum') || !KunenaForum::isCompatible('6.2')) {
$app->enqueueMessage(sprintf('Kunena %s has not been installed, aborting!', '6.0'), 'notice');
$app->enqueueMessage(sprintf('Kunena %s has not been installed, aborting!', '6.2'), 'notice');

return false;
}
Expand Down

0 comments on commit 5598d66

Please sign in to comment.