allow wiki_list widget to be used in any page

This commit is contained in:
Mario Vavti
2018-10-29 22:55:24 +01:00
parent 0f19627407
commit 0d2c3be367
2 changed files with 0 additions and 5 deletions

View File

@@ -6,10 +6,6 @@ class Wiki_list {
function widget($arr) {
if(argc() < 3) {
return;
}
$channel = channelx_by_n(\App::$profile_uid);
$wikis = \Zotlabs\Lib\NativeWiki::listwikis($channel,get_observer_hash());