mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Fix route urls.
This commit is contained in:
		| @@ -199,7 +199,7 @@ class CategoryController extends Controller | ||||
|         if (intval(Input::get('return_to_edit')) === 1) { | ||||
|             Session::put('categories.edit.fromUpdate', true); | ||||
|  | ||||
|             return Redirect::route('categories.edit', $category->id); | ||||
|             return Redirect::route('categories.edit', [$category->id]); | ||||
|         } | ||||
|  | ||||
|         // redirect to previous URL. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user