mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 19:31:02 +01:00
Partial fix for Javelin View Example
Summary: Ref T3544. For starters, we now need to phutil_implode_html Test Plan: no more fatals Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T3544 Differential Revision: https://secure.phabricator.com/D6475
This commit is contained in:
parent
df264d8548
commit
7af180348d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ final class AphrontJavelinView extends AphrontView {
|
||||||
'id' => $id,
|
'id' => $id,
|
||||||
'view' => $this->getName(),
|
'view' => $this->getName(),
|
||||||
'params' => $this->getParameters(),
|
'params' => $this->getParameters(),
|
||||||
'children' => implode('', $this->renderChildren()),
|
'children' => phutil_implode_html('', $this->renderChildren()),
|
||||||
'trigger_id' => $render_context,
|
'trigger_id' => $render_context,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue