Fixed budget controller. [skip ci]

This commit is contained in:
James Cole
2014-07-28 21:33:32 +02:00
parent b0ddc04a0d
commit 1b919b1dab
20 changed files with 540 additions and 217 deletions

View File

@@ -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');
}