diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-22 14:18:58 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-22 14:18:58 -0800 |
commit | 11b4d98f37c2f2daeb2fb19e1b4c8ab5190ea3c5 (patch) | |
tree | 22d82f384a9bd986a47215f3a9ee918f3d888cf2 /include/widgets.php | |
parent | 6e016c439caa444c4b3aca55e39a5dfa7294c684 (diff) | |
parent | d1af4a5582a1a0fa0a97261e04a13edb1f8f32c0 (diff) | |
download | volse-hubzilla-11b4d98f37c2f2daeb2fb19e1b4c8ab5190ea3c5.tar.gz volse-hubzilla-11b4d98f37c2f2daeb2fb19e1b4c8ab5190ea3c5.tar.bz2 volse-hubzilla-11b4d98f37c2f2daeb2fb19e1b4c8ab5190ea3c5.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 1441fbeb3..97f3ec019 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -956,7 +956,7 @@ function widget_wiki_list($arr) { } } if ($wikis) { - return replace_macros(get_markup_template('wikilist.tpl'), array( + return replace_macros(get_markup_template('wikilist_widget.tpl'), array( '$header' => t('Wiki List'), '$channel' => $channel['channel_address'], '$wikis' => $wikis['wikis'], |