Bugfixes for my optimizations

* Fixed saving not working in the user settings page
* Fixed first day of week not loading correctly in week view
* Fixed timezone handling in functions off of EventPreloadAction
* Fixed show instance "percent filled" not being embedded in our JSON
  response correctly if you started on the month view.
This commit is contained in:
Albert Santoni 2015-04-16 14:58:28 -04:00
parent 8449194ca1
commit dc20b5c252
2 changed files with 36 additions and 25 deletions

View file

@ -118,7 +118,8 @@ class UserController extends Zend_Controller_Action
}
public function editUserAction()
{
{
session_start(); //Reopen session for writing.
$request = $this->getRequest();
$form = new Application_Form_EditUser();
if ($request->isPost()) {