mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
Fixing some notices
This commit is contained in:
parent
96925a3a75
commit
225243645e
3 changed files with 8 additions and 1 deletions
|
@ -672,7 +672,7 @@ function pumpio_action(App $a, $uid, $uri, $action, $content = "")
|
|||
if ($success) {
|
||||
Logger::log('pumpio_action '.$username.' '.$action.': success '.$uri);
|
||||
} else {
|
||||
Logger::log('pumpio_action '.$username.' '.$action.': general error: '.$uri.' '.print_r($user, true));
|
||||
Logger::log('pumpio_action '.$username.' '.$action.': general error: '.$uri);
|
||||
Worker::defer();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue