wiki mimetype

This commit is contained in:
zotlabs 2017-09-12 22:35:30 -07:00
parent 5e99295bf6
commit 7489a4442e

View File

@ -60,7 +60,7 @@ class NativeWikiPage {
logger('mimetype: ' . $mimetype);
if(! in_array($mimetype,[ 'text/markdown','text/bbcode','text/plain','text/html']))
$mimetype = 'text/markdown;
$mimetype = 'text/markdown';
$w = Zlib\NativeWiki::get_wiki($channel_id, $observer_hash, $resource_id);