mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-05 02:03:16 +00:00
Fix errors in libravatar addon
This commit is contained in:
parent
922bace555
commit
b661448344
1 changed files with 3 additions and 1 deletions
|
@ -217,7 +217,7 @@ class Services_Libravatar
|
|||
*
|
||||
* @param array $options Array of options for getUrl()
|
||||
*
|
||||
* @return void
|
||||
* @return array
|
||||
* @throws Exception When an invalid option is used
|
||||
*/
|
||||
protected function checkOptionsArray($options)
|
||||
|
@ -462,6 +462,8 @@ class Services_Libravatar
|
|||
return $v['target'];
|
||||
}
|
||||
}
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue