projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cf27e9
)
Added parameter type
author
Michael
<heluecht@pirati.ca>
Sat, 4 Jan 2020 21:48:26 +0000
(21:48 +0000)
committer
Michael
<heluecht@pirati.ca>
Sat, 4 Jan 2020 21:48:26 +0000
(21:48 +0000)
src/Protocol/ActivityPub/Transmitter.php
patch
|
blob
|
history
diff --git
a/src/Protocol/ActivityPub/Transmitter.php
b/src/Protocol/ActivityPub/Transmitter.php
index 7feb70ba78d85f82709447e40937508d9eb6d40c..6a512323cf517656751a10dc440df4f9cb9d48fc 100644
(file)
--- a/
src/Protocol/ActivityPub/Transmitter.php
+++ b/
src/Protocol/ActivityPub/Transmitter.php
@@
-1345,7
+1345,7
@@
class Transmitter
*
* @return string language string
*/
- private static function getLanguage($item)
+ private static function getLanguage(
array
$item)
{
// Try to fetch the language from the post itself
if (!empty($item['language'])) {