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:
Mikael Nordfeldth
2013-10-02 15:01:11 +02:00
parent 7979918ba9
commit 39f43e415d
7 changed files with 18 additions and 18 deletions

View File

@@ -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.');