Home
Phorge
Search
Configure Global Search
Log In
Transactions
D25744
Change Details
Change Details
Old
New
Diff
`$form` in `$dialog = id(new AphrontDialogView())->appendForm($form)` is only defined when `if ($can_edit)` was `true` beforehand. Thus add a variable definition (and remove some unused variables like `$form_box`).
`$form` in `$dialog = id(new AphrontDialogView())->appendForm($form)` is only defined when `if ($can_edit)` was `true` beforehand. But that was always true. Thus add a variable definition (and remove some unused variables like `$form_box`).
`$form` in `$dialog = id(new AphrontDialogView())->appendForm($form)` is only defined when `if ($can_edit)` was `true` beforehand.
But that was always true.
Thus add a variable definition (and remove some unused variables like `$form_box`).
Continue