aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-20 15:53:01 -0700
committerzotlabs <mike@macgirvin.com>2017-06-20 15:53:01 -0700
commit31e08127118b81ef223c13966e80f6d448d385d3 (patch)
treebbc56c190668e252763093930279a20e2f866339 /include/conversation.php
parent07a8151ae66f1ccf00017f521219afdc2f5370ec (diff)
downloadvolse-hubzilla-31e08127118b81ef223c13966e80f6d448d385d3.tar.gz
volse-hubzilla-31e08127118b81ef223c13966e80f6d448d385d3.tar.bz2
volse-hubzilla-31e08127118b81ef223c13966e80f6d448d385d3.zip
remove deprecated app parameter from conversation()
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 2eac2adde..1c1a4479d 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -442,7 +442,6 @@ function is_edit_activity($item) {
* figures out how to determine page owner and other contextual items
* that are based on unique features of the calling module.
*
- * @param App &$a
* @param array $items
* @param string $mode
* @param boolean $update
@@ -450,7 +449,7 @@ function is_edit_activity($item) {
* @param string $prepared_item
* @return string
*/
-function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $prepared_item = '') {
+function conversation($items, $mode, $update, $page_mode = 'traditional', $prepared_item = '') {
$content_html = '';
$o = '';