mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +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,
|
||||
array(
|
||||
'name' => $title,
|
||||
'mime-type' => 'text/plain; charset=utf-8',
|
||||
));
|
||||
$paste->setFilePHID($paste_file->getPHID());
|
||||
$paste->setAuthorPHID($user->getPHID());
|
||||
|
|
Loading…
Reference in a new issue