aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/NativeWiki.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-01-19 10:02:26 +0100
committerMario Vavti <mario@mariovavti.com>2017-01-19 10:02:26 +0100
commit4295b1945e08b7e93286b4e51c3ba26a3828f80b (patch)
treee27e88083b2e153e90c445c776b7774d68905c9a /Zotlabs/Lib/NativeWiki.php
parent5ce96b9b95c6b3497bfb49fd086a23a2dedb4e2e (diff)
downloadvolse-hubzilla-4295b1945e08b7e93286b4e51c3ba26a3828f80b.tar.gz
volse-hubzilla-4295b1945e08b7e93286b4e51c3ba26a3828f80b.tar.bz2
volse-hubzilla-4295b1945e08b7e93286b4e51c3ba26a3828f80b.zip
we need channel_id here not the whole channel
Diffstat (limited to 'Zotlabs/Lib/NativeWiki.php')
-rw-r--r--Zotlabs/Lib/NativeWiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/NativeWiki.php b/Zotlabs/Lib/NativeWiki.php
index 8932040b0..31a893133 100644
--- a/Zotlabs/Lib/NativeWiki.php
+++ b/Zotlabs/Lib/NativeWiki.php
@@ -196,4 +196,4 @@ class NativeWiki {
return array('read' => true, 'write' => $write, 'success' => true);
}
}
-} \ No newline at end of file
+}