From 8ab3a4ebd7fd25fe4b01e92c8d2f4507b0c6ff3d Mon Sep 17 00:00:00 2001 From: git-marijus Date: Wed, 9 Aug 2017 20:39:59 +0200 Subject: App::get_channel() does not return the right channel if we are not looking at our own channel. fix issue #841 --- Zotlabs/Widget/Wiki_pages.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Zotlabs/Widget/Wiki_pages.php b/Zotlabs/Widget/Wiki_pages.php index 53966b06f..7285e2b42 100644 --- a/Zotlabs/Widget/Wiki_pages.php +++ b/Zotlabs/Widget/Wiki_pages.php @@ -11,14 +11,8 @@ class Wiki_pages { return; if(! $arr['resource_id']) { - - $c = \App::get_channel(); - - if(! $c) - $c = channelx_by_nick(argv(1)); - + $c = channelx_by_nick(argv(1)); $w = \Zotlabs\Lib\NativeWiki::exists_by_name($c['channel_id'],argv(2)); - $arr = array( 'resource_id' => $w['resource_id'], 'channel_id' => $c['channel_id'], -- cgit v1.2.3