While reading code ... I noticed
rooms_unit_admin.inc line 386

 else {
    $units[0] =  $form_state['rooms_unit'];
    $unites[0] = entity_ui_controller('rooms_unit')->entityFormSubmitBuildEntity($form, $form_state);
    $units[0]->changed = time();
  }

$unites should be $units? (no other occurrence of $unites elsewhere in Rooms project)

Comments

ronald_istos’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

missing closing parenthesis