mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Improve get_responses() prototype
This commit is contained in:
parent
ce177f22c8
commit
b161bd1dfa
3 changed files with 3 additions and 3 deletions
|
@ -1464,7 +1464,7 @@ function render_location_dummy(array $item) {
|
|||
}
|
||||
}
|
||||
|
||||
function get_responses(array $conv_responses, array $response_verbs, $ob, array $item) {
|
||||
function get_responses(array $conv_responses, array $response_verbs, array $item, Post $ob = null) {
|
||||
$ret = [];
|
||||
foreach ($response_verbs as $v) {
|
||||
$ret[$v] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue