mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update CategoryController.php
This commit is contained in:
parent
0dbe44764b
commit
a867b60af0
@ -155,6 +155,10 @@ class CategoryController extends Controller
|
|||||||
|
|
||||||
Session::flash('success', 'New category "' . $category->name . '" stored!');
|
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');
|
return Redirect::route('categories.index');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user