initial work on obj import, rename import_profile_photo to import_xchan_photo to more accurately state its purpose.
This commit is contained in:
@@ -801,7 +801,7 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED, $ud_arr = null) {
|
||||
);
|
||||
}
|
||||
} else {
|
||||
$photos = import_profile_photo($arr['photo'], $xchan_hash);
|
||||
$photos = import_xchan_photo($arr['photo'], $xchan_hash);
|
||||
}
|
||||
if ($photos) {
|
||||
if ($photos[4]) {
|
||||
|
||||
Reference in New Issue
Block a user