]> git.mxchange.org Git - friendica.git/blob - include/profile_update.php
reverted change (which duplicated above query), thanks to @annano to point this out...
[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 }