Page MenuHomePhabricator

D11608.diff
No OneTemporary

D11608.diff

diff --git a/src/view/form/PHUIPagedFormView.php b/src/view/form/PHUIPagedFormView.php
--- a/src/view/form/PHUIPagedFormView.php
+++ b/src/view/form/PHUIPagedFormView.php
@@ -3,7 +3,7 @@
/**
* @task page Managing Pages
*/
-final class PHUIPagedFormView extends AphrontTagView {
+final class PHUIPagedFormView extends AphrontView {
private $name = 'pages';
private $pages = array();
@@ -220,7 +220,7 @@
return $this->cancelURI;
}
- protected function getTagContent() {
+ public function render() {
$form = id(new AphrontFormView())
->setUser($this->getUser());

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 27, 3:47 AM (4 d, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6290327
Default Alt Text
D11608.diff (602 B)

Event Timeline