Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fixed cache clearing for address finder configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rskrzypczak committed Nov 7, 2023
1 parent 5d895a2 commit 54daaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'appVersion' => '6.5.2',
'appVersion' => '6.5.3',
'patchVersion' => '2023.11.07',
'lib_roundcube' => '0.3.1',
];
1 change: 1 addition & 0 deletions modules/Settings/ApiAddress/models/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function setConfig(array $data): bool
$result = $db->createCommand()->insert($this->baseTable, ['val' => $val, 'type' => $type, 'name' => $key])->execute();
}
}
\App\Cache::delete('AddressFinder', 'Config');

return (bool) $result;
}
Expand Down

0 comments on commit 54daaf5

Please sign in to comment.