mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Merge pull request #15 from CodeBlock/master
Pastebin mimetypes
This commit is contained in:
commit
1b208f0c58
1 changed files with 1 additions and 0 deletions
|
@ -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