X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FProfile.php;h=eb29d63a27977cea8a654439b2d500969ffa9904;hb=9bb55af26f47d960cc33b02ec355d832d18b31b7;hp=686a7916303fb3491cc9a3457589b7bda6af5625;hpb=3b14b7901c65144835d74b712279d0492c267c0c;p=quix0rs-gnu-social.git diff --git a/classes/Profile.php b/classes/Profile.php index 686a791630..eb29d63a27 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1,18 +1,18 @@ . */ @@ -45,7 +45,7 @@ class Profile extends DB_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE - + function getAvatar($width, $height=NULL) { $avatar = DB_DataObject::factory('avatar'); $avatar->profile_id = $this->id; @@ -61,7 +61,7 @@ class Profile extends DB_DataObject return NULL; } } - + function getOriginalAvatar() { $avatar = DB_DataObject::factory('avatar'); $avatar->profile_id = $this->id;