forked from GNUsocial/gnu-social
Do not name anything getOriginal (because DB_DataObject calls that)
Avatar->getOriginal has been renamed getUploaded Notice->getOriginal has been renamed getParent
This commit is contained in:
@@ -358,7 +358,7 @@ class TwitterImport
|
||||
$this->updateAvatars($twitter_user, $profile);
|
||||
}
|
||||
|
||||
if (Avatar::hasOriginal($profile)) {
|
||||
if (Avatar::hasUploaded($profile)) {
|
||||
common_debug($this->name() . ' - Twitter user ' .
|
||||
$profile->nickname .
|
||||
' is missing one or more local avatars.');
|
||||
|
Reference in New Issue
Block a user