1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-12 17:48:26 +00:00
friendica-github/include/profile_update.php

7 lines
114 B
PHP
Raw Normal View History

2011-10-20 05:43:33 -07:00
<?php
require_once('include/diaspora.php');
function profile_change() {
diaspora::send_profile(local_user());
2011-10-21 03:33:34 -07:00
}