friendica/include/profile_update.php
2016-12-20 12:44:15 -05:00

7 lines
114 B
PHP

<?php
require_once('include/diaspora.php');
function profile_change() {
Diaspora::send_profile(local_user());
}