mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Fix #1509
This commit is contained in:
		| @@ -157,7 +157,7 @@ class SplitController extends Controller | ||||
|  | ||||
|         $type = strtolower($this->repository->getTransactionType($journal)); | ||||
|         session()->flash('success', (string)trans('firefly.updated_' . $type, ['description' => $journal->description])); | ||||
|         Preferences::mark(); | ||||
|         app('preferences')->mark(); | ||||
|  | ||||
|         // @codeCoverageIgnoreStart | ||||
|         if (1 === (int)$request->get('return_to_edit')) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user