Skip to content

Commit

Permalink
[Installer] Mark bundle install on upgrade to 1.1 - follow up to #437
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 committed Nov 12, 2021
1 parent 5b7b132 commit a98b645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function isInstalled()
$db = Db::get();
$check = $db->fetchOne('SELECT `key` FROM users_permission_definitions where `key` = ?', [ConfigController::CONFIG_NAME]);
if ($check) {
$this->markInstalled();
SettingsStore::set('BUNDLE_INSTALLED__Pimcore\\Bundle\\DataHubBundle\\PimcoreDataHubBundle', true, 'bool', 'pimcore');

return true;
}
Expand Down

0 comments on commit a98b645

Please sign in to comment.