mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
Fixed budget controller. [skip ci]
This commit is contained in:
@@ -35,6 +35,7 @@ class PreferencesController extends BaseController
|
||||
|
||||
// pref:
|
||||
$frontpage = $this->_preferences->get('frontpageAccounts', []);
|
||||
|
||||
return View::make('preferences.index')->with('accounts', $accounts)->with('frontpageAccounts', $frontpage)
|
||||
->with('viewRange', $viewRangeValue);
|
||||
}
|
||||
@@ -60,6 +61,7 @@ class PreferencesController extends BaseController
|
||||
Session::forget('range');
|
||||
|
||||
Session::flash('success', 'Preferences saved!');
|
||||
|
||||
return Redirect::route('preferences');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user