diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-04 15:07:03 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-04 15:07:03 +0100 |
commit | bb7680dc51723d3166bac005fd8f8510be8cfd01 (patch) | |
tree | 76000879ac429dc59c5b3ca00d91e730c977f920 /include/wiki.php | |
parent | 161572b292600b8f1eab4049ddb6ab07f97a0126 (diff) | |
download | volse-hubzilla-bb7680dc51723d3166bac005fd8f8510be8cfd01.tar.gz volse-hubzilla-bb7680dc51723d3166bac005fd8f8510be8cfd01.tar.bz2 volse-hubzilla-bb7680dc51723d3166bac005fd8f8510be8cfd01.zip |
implement content type in wiki list
Diffstat (limited to 'include/wiki.php')
-rw-r--r-- | include/wiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wiki.php b/include/wiki.php index dd5dbbe11..542d617b9 100644 --- a/include/wiki.php +++ b/include/wiki.php @@ -19,7 +19,7 @@ function wiki_list($channel, $observer_hash) { $w['htmlName'] = get_iconfig($w, 'wiki', 'htmlName'); $w['urlName'] = get_iconfig($w, 'wiki', 'urlName'); $w['path'] = get_iconfig($w, 'wiki', 'path'); - $w['path'] = get_iconfig($w, 'wiki', 'mimeType'); + $w['mimeType'] = get_iconfig($w, 'wiki', 'mimeType'); } } // TODO: query db for wikis the observer can access. Return with two lists, for read and write access |