aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Repository/Post.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/Repository/Post.php')
-rw-r--r--src/phorkie/Repository/Post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phorkie/Repository/Post.php b/src/phorkie/Repository/Post.php
index fe2372f..de987e0 100644
--- a/src/phorkie/Repository/Post.php
+++ b/src/phorkie/Repository/Post.php
@@ -197,7 +197,7 @@ class Repository_Post
protected function findExtForType($type)
{
- $ext = 'text/plain';
+ $ext = 'txt';
foreach ($GLOBALS['phorkie']['languages'] as $lext => $arLang) {
if ($arLang['mime'] == $type) {
$ext = $lext;