mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 13:44:58 -06:00
Merge branch 'hotfix/diff–fix'
This commit is contained in:
commit
0221bd0f80
@ -185,17 +185,11 @@ class CategoryController extends Controller
|
||||
return Redirect::route('categories.create')->withInput();
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
if (intval(Input::get('create_another')) === 1) {
|
||||
return Redirect::route('categories.create');
|
||||
}
|
||||
|
||||
return Redirect::route('categories.index');
|
||||
=======
|
||||
// redirect to previous URL.
|
||||
return Redirect::to(Session::get('categories.create.url'));
|
||||
>>>>>>> release/3.3.6
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user