mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 09:53:39 +00:00
pumpio: prevent a warning message because of a missing parameter
This commit is contained in:
parent
a0d67d8b44
commit
1766a42b1a
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ function pumpio_send(&$a,&$b) {
|
|||
}
|
||||
}
|
||||
|
||||
function pumpio_action(&$a, $uid, $uri, $action, $content) {
|
||||
function pumpio_action(&$a, $uid, $uri, $action, $content = "") {
|
||||
|
||||
// Don't do likes and other stuff if you don't import the timeline
|
||||
if (!get_pconfig($uid,'pumpio','import'))
|
||||
|
|
Loading…
Reference in a new issue