diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-19 10:02:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-19 10:02:26 +0100 |
commit | 4295b1945e08b7e93286b4e51c3ba26a3828f80b (patch) | |
tree | e27e88083b2e153e90c445c776b7774d68905c9a /Zotlabs/Lib | |
parent | 5ce96b9b95c6b3497bfb49fd086a23a2dedb4e2e (diff) | |
download | volse-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')
-rw-r--r-- | Zotlabs/Lib/NativeWiki.php | 2 |
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 +} |