]> git.mxchange.org Git - friendica.git/blob - include/profile_update.php
Profile update is now working with the new function as well
[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 }