]> git.mxchange.org Git - friendica.git/blob - include/profile_update.php
The object type "photo" is deprecated and was replaced by "image"
[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 }