]> git.mxchange.org Git - friendica.git/blob - include/profile_update.php
Continued with code convention:
[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 }