]> git.mxchange.org Git - friendica.git/blob - include/profile_update.php
Merge remote-tracking branch 'friendica/develop' into bug/fix-diaspora-people-links
[friendica.git] / include / profile_update.php
1 <?php
2 require_once('include/diaspora.php');
3
4 function profile_change() {
5         Diaspora::send_profile(local_user());
6 }