X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fprofilelistitem.php;h=e0e2838f58a3245525405035ad4b3f1eb291130b;hb=b4271a3533bdf12329f27dd75452c1ef2a6ee3d1;hp=6fe7b99c7b3a967515815df5a3e1bde0c425fa04;hpb=c10a4cf6d2ea3f45622674a555898229ea99962c;p=quix0rs-gnu-social.git diff --git a/lib/profilelistitem.php b/lib/profilelistitem.php index 6fe7b99c7b..e0e2838f58 100644 --- a/lib/profilelistitem.php +++ b/lib/profilelistitem.php @@ -72,7 +72,7 @@ class ProfileListItem extends Widget function startItem() { $this->out->elementStart('li', array('class' => 'profile', - 'id' => 'profile-' . $this->profile->id)); + 'id' => 'profile-' . $this->getTarget()->getID())); } function showProfile()