Skip to content

Commit

Permalink
Update Installer.php
Browse files Browse the repository at this point in the history
fixed naming typo witch makes the installation true every time
  • Loading branch information
PimLab committed Apr 29, 2019
1 parent c4f6fdd commit ef6e891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebsiteSettingsBundle/Tools/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function isInstalled(){

$settings = $this->container->getParameter('website_settings.settings');

if (empty($setting))
if (empty($settings))
return true;

foreach ($settings as $name => $setting)
Expand Down Expand Up @@ -90,4 +90,4 @@ public function canBeUninstalled(){

}

}
}

0 comments on commit ef6e891

Please sign in to comment.