We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5684b7 commit b216ae2Copy full SHA for b216ae2
1 file changed
installation/src/View/Remove/HtmlView.php
@@ -70,7 +70,7 @@ public function display($tpl = null)
70
71
$this->installed_languages = new \stdClass;
72
$this->installed_languages->administrator = $this->get('InstalledlangsAdministrator', 'Languages');
73
- $this->installed_languages->frontend = $this->get('InstalledlangsAdministrator', 'Languages');
+ $this->installed_languages->frontend = $this->get('InstalledlangsFrontend', 'Languages');
74
75
$this->phpoptions = $this->get('PhpOptions', 'Checks');
76
$this->phpsettings = $this->get('PhpSettings', 'Checks');
0 commit comments