Issue 1779: There is now an atom feed link under the connect link on the profile page
This commit is contained in:
parent
9df70a6eed
commit
388847e1f3
14 changed files with 37 additions and 5 deletions
|
@ -362,8 +362,7 @@ function item_post(&$a) {
|
|||
if((local_user()) && (local_user() == $profile_uid)) {
|
||||
$self = true;
|
||||
$r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",
|
||||
intval($_SESSION['uid'])
|
||||
);
|
||||
intval($_SESSION['uid']));
|
||||
}
|
||||
elseif(remote_user()) {
|
||||
if(is_array($_SESSION['remote'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue