mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +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
|
@ -2,5 +2,5 @@
|
|||
require_once('include/diaspora.php');
|
||||
|
||||
function profile_change() {
|
||||
diaspora::send_profile(local_user());
|
||||
Diaspora::send_profile(local_user());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue