aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/NativeWikiPage.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-10 10:39:28 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-10 10:39:28 +0200
commitd29caa099af2d132978e634a454a29d5c85c23fe (patch)
tree03e4f69aa9e64ef987a3290fdb28e780cfe58f93 /Zotlabs/Lib/NativeWikiPage.php
parent350db4ed9fc90347857323e2b81cb37402bd4800 (diff)
downloadvolse-hubzilla-d29caa099af2d132978e634a454a29d5c85c23fe.tar.gz
volse-hubzilla-d29caa099af2d132978e634a454a29d5c85c23fe.tar.bz2
volse-hubzilla-d29caa099af2d132978e634a454a29d5c85c23fe.zip
fix some more wiki issues
Diffstat (limited to 'Zotlabs/Lib/NativeWikiPage.php')
-rw-r--r--Zotlabs/Lib/NativeWikiPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/NativeWikiPage.php b/Zotlabs/Lib/NativeWikiPage.php
index ebdcb4740..8d21fac5e 100644
--- a/Zotlabs/Lib/NativeWikiPage.php
+++ b/Zotlabs/Lib/NativeWikiPage.php
@@ -157,7 +157,7 @@ class NativeWikiPage {
'rawName' => $pageNewName,
'htmlName' => escape_tags($pageNewName),
//'urlName' => urlencode(escape_tags($pageNewName))
- Zlib\NativeWiki::name_encode($pageNewName)
+ 'urlName' => Zlib\NativeWiki::name_encode($pageNewName)
];
return [ 'success' => true, 'page' => $page ];