Skip to content

Commit

Permalink
Fix typo: langauages -> languages
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Jun 24, 2021
1 parent 190bda0 commit 48ba3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/PluginSupport/BasePluginInstaller.php
Expand Up @@ -78,7 +78,7 @@ protected function setPluginVersionStatus($pluginKey, $version, $status)
protected function loadInstallerLanguageFile($file)
{
$lng = $_SESSION['language'];
$filename = $this->pluginDir . '/installer/langauages/' . $lng . '/' . $file;
$filename = $this->pluginDir . '/installer/languages/' . $lng . '/' . $file;
if (file_exists($filename)) {
require_once($filename);
}
Expand Down

0 comments on commit 48ba3b2

Please sign in to comment.