friendica/include/profile_update.php

7 wiersze
114 B
PHP
Czysty Zwykły widok Historia

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