diff options
author | Evan Prodromou <evan@status.net> | 2010-02-16 12:45:00 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-16 12:45:00 -0500 |
commit | 71ecd689019a8086570c677af47ead4e02227fb3 (patch) | |
tree | 84970516acb7891748ad59d7015da0bcbd0dcda4 | |
parent | a8c2a8261e79dd2047caaa158e7c5609d9835449 (diff) |
add a FIXME to Profile
-rw-r--r-- | classes/Profile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/Profile.php b/classes/Profile.php index ab05bb854..c79b1d893 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -807,6 +807,8 @@ class Profile extends Memcached_DataObject null, 'http://activitystrea.ms/schema/1.0/person' ); + // FIXME: this presupposes a local user -- not necessarily the case + // instead use User::uri or Remote_profile::uri or Ostatus_profile::homeuri $xs->element( 'id', null, |