show correct self profile in api

This commit is contained in:
Friendika 2011-07-30 20:48:55 -07:00
parent 60caffcd77
commit 149d52da8b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
define ( 'FRIENDIKA_VERSION', '2.2.1056' );
define ( 'FRIENDIKA_VERSION', '2.2.1057' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1076 );

View File

@ -201,7 +201,7 @@
api_login($a); return False;
} else {
$user = $_SESSION['uid'];
$extra_query = "AND `contact`.`uid` = %d ";
$extra_query = "AND `contact`.`uid` = %d AND `contact`.`self` = 1 ";
}
}