diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-14 14:33:03 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-14 14:33:03 -0800 |
commit | 9daa97f279bcf481bbc794221557f1492606d809 (patch) | |
tree | 48958485fc538a85b7b565b9ee1201271fa88c70 /include/widgets.php | |
parent | 4094c47e29cc9237d4bad1f984ff8bee02a4dc22 (diff) | |
parent | ee1fe95ee563859a0538f65a93e755a866116ee6 (diff) | |
download | volse-hubzilla-9daa97f279bcf481bbc794221557f1492606d809.tar.gz volse-hubzilla-9daa97f279bcf481bbc794221557f1492606d809.tar.bz2 volse-hubzilla-9daa97f279bcf481bbc794221557f1492606d809.zip |
Merge branch '2.0RC' of https://github.com/redmatrix/hubzilla into 2.0RC_merge
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index f24bb488b..919ea58a0 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -958,7 +958,8 @@ function widget_wiki_page_history($arr) { $pageHistory = wiki_page_history(array('resource_id' => $resource_id, 'pageUrlName' => $pageUrlName)); return replace_macros(get_markup_template('wiki_page_history.tpl'), array( - '$pageHistory' => $pageHistory['history'] + '$pageHistory' => $pageHistory['history'], + '$permsWrite' => $arr['permsWrite'] )); } |