Profile image stuff

This commit is contained in:
epriestley
2011-01-31 16:00:42 -08:00
parent 03fec6e911
commit e28c2e8899
8 changed files with 56 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ class PhabricatorFileViewController extends PhabricatorFileController {
$form = new AphrontFormView();
$form->setAction('/file/view/'.$file->getPHID().'/');
$form->setUser($this->getRequest()->getUser());
$form
->appendChild(
id(new AphrontFormStaticControl())