aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-10-31 01:24:32 +0100
committerM. Dent <dentm42@gmail.com>2018-10-31 01:24:32 +0100
commit944e168120ee1619ddc3d7d2ba06c34e59e3e803 (patch)
treef01fa0d8fcf3da8dd41e1ee2d01c7a91870da8fb /Zotlabs
parent0f19627407ccd373afe1ce2d2347ea240f3195c1 (diff)
parent0d2c3be367835e09fae0e3e12ab7f0af86f8465c (diff)
downloadvolse-hubzilla-944e168120ee1619ddc3d7d2ba06c34e59e3e803.tar.gz
volse-hubzilla-944e168120ee1619ddc3d7d2ba06c34e59e3e803.tar.bz2
volse-hubzilla-944e168120ee1619ddc3d7d2ba06c34e59e3e803.zip
Merge branch 'wikilist-widget' into 'dev'
allow wiki_list widget to be used in any page See merge request hubzilla/core!1359
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Wiki_list.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Widget/Wiki_list.php b/Zotlabs/Widget/Wiki_list.php
index c8d83cbe8..64c988ee7 100644
--- a/Zotlabs/Widget/Wiki_list.php
+++ b/Zotlabs/Widget/Wiki_list.php
@@ -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());