commit
1b208f0c58
|
@ -46,6 +46,7 @@ class PhabricatorPasteCreateController extends PhabricatorPasteController {
|
||||||
$text,
|
$text,
|
||||||
array(
|
array(
|
||||||
'name' => $title,
|
'name' => $title,
|
||||||
|
'mime-type' => 'text/plain; charset=utf-8',
|
||||||
));
|
));
|
||||||
$paste->setFilePHID($paste_file->getPHID());
|
$paste->setFilePHID($paste_file->getPHID());
|
||||||
$paste->setAuthorPHID($user->getPHID());
|
$paste->setAuthorPHID($user->getPHID());
|
||||||
|
|
Loading…
Reference in a new issue