pumpio: prevent a warning message because of a missing parameter

This commit is contained in:
Michael Vogel 2014-08-25 14:19:09 +02:00
parent a0d67d8b44
commit 1766a42b1a
1 changed files with 1 additions and 1 deletions

View File

@ -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'))