bug in diaspora_reshare
This commit is contained in:
parent
96c0598737
commit
da416e0181
5 changed files with 122 additions and 5 deletions
|
|
@ -90,6 +90,9 @@ function profile_photo_post(&$a) {
|
|||
$url = $a->get_baseurl() . '/profile/' . $a->user['nickname'];
|
||||
if($url && strlen(get_config('system','directory_submit_url')))
|
||||
proc_run('php',"include/directory.php","$url");
|
||||
|
||||
require_once('include/profile_update.php');
|
||||
profile_change();
|
||||
}
|
||||
else
|
||||
notice( t('Unable to process image') . EOL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue