mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Auto commit for release 'develop' on 2024-12-30
This commit is contained in:
@@ -260,7 +260,7 @@ class PreferencesController extends Controller
|
||||
|
||||
// convert native
|
||||
$convertToNative = 1 === (int) $request->get('convertToNative');
|
||||
if($convertToNative && !$this->convertToNative) {
|
||||
if ($convertToNative && !$this->convertToNative) {
|
||||
// set to true!
|
||||
Log::debug('User sets convertToNative to true.');
|
||||
event(new UserGroupChangedDefaultCurrency(auth()->user()->userGroup));
|
||||
|
Reference in New Issue
Block a user