Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    ba0b54e3
    oops: Fix crash on installation · ba0b54e3
    Jared Hancock authored
    User::fromVars in class ticket was the root. Eventually, in
    DynamicForm::getDynamicFields(), isset($this->id) was used to detect
    unsaved, new forms that have not been committed to the database; however,
    the isset() method was not implemented for the ORM.
    ba0b54e3
    History
    oops: Fix crash on installation
    Jared Hancock authored
    User::fromVars in class ticket was the root. Eventually, in
    DynamicForm::getDynamicFields(), isset($this->id) was used to detect
    unsaved, new forms that have not been committed to the database; however,
    the isset() method was not implemented for the ORM.