X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FProfile.php;h=eb29d63a27977cea8a654439b2d500969ffa9904;hb=9d670d25f8bbab226f8ae6be48a8126f989f82b9;hp=4f756856ec1dadbfe27b23353ce1ab83544f773a;hpb=fac522f4d7cce9a35e605fac2bba0b2d23616ad0;p=quix0rs-gnu-social.git diff --git a/classes/Profile.php b/classes/Profile.php index 4f756856ec..eb29d63a27 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1,23 +1,23 @@ . */ -if (!defined('LACONICA')) { exit(1) } +if (!defined('LACONICA')) { exit(1); } /** * Table Definition for profile @@ -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;