mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 03:34:32 -06:00
Update CategoryController.php
This commit is contained in:
parent
6dd1b4537a
commit
26eafb0bd2
@ -155,6 +155,10 @@ class CategoryController extends Controller
|
||||
|
||||
Session::flash('success', 'New category "' . $category->name . '" stored!');
|
||||
|
||||
if (intval(Input::get('create_another')) === 1) {
|
||||
return Redirect::route('categories.create');
|
||||
}
|
||||
|
||||
return Redirect::route('categories.index');
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user