mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
Diaspora: Fix class name case + add self
This commit is contained in:
parent
81d003cad1
commit
4a7c3b9eef
16 changed files with 28 additions and 28 deletions
|
@ -3218,7 +3218,7 @@
|
|||
function api_share_as_retweet(&$item) {
|
||||
$body = trim($item["body"]);
|
||||
|
||||
if (diaspora::is_reshare($body, false)===false) {
|
||||
if (Diaspora::is_reshare($body, false)===false) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue