diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-29 10:06:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-29 10:06:01 +0100 |
commit | 32384eaf0755c66c2b80cb31b4145b87f88ab38c (patch) | |
tree | a11634b1b51d8de1bc89c93ba5beb6da1d4fe0e5 | |
parent | 7c2efa697cdcbda05affe43cc00274ddbea9b21b (diff) | |
download | volse-hubzilla-32384eaf0755c66c2b80cb31b4145b87f88ab38c.tar.gz volse-hubzilla-32384eaf0755c66c2b80cb31b4145b87f88ab38c.tar.bz2 volse-hubzilla-32384eaf0755c66c2b80cb31b4145b87f88ab38c.zip |
merge Zotlabs/Widget/Wiki_pages.php from dev
-rw-r--r-- | Zotlabs/Widget/Wiki_pages.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Widget/Wiki_pages.php b/Zotlabs/Widget/Wiki_pages.php index f178c940d..dee0a2229 100644 --- a/Zotlabs/Widget/Wiki_pages.php +++ b/Zotlabs/Widget/Wiki_pages.php @@ -61,8 +61,6 @@ class Wiki_pages { $wikiname = ''; - $wikiname = ''; - $pages = array(); $p = \Zotlabs\Lib\NativeWikiPage::page_list($arr['channel_id'],get_observer_hash(),$arr['resource_id']); |