pull/1/head
Friendika 2011-10-04 21:45:15 -07:00
rodzic 159d06df82
commit c2d70d005b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -456,7 +456,7 @@ function dfrn_notify_post(&$a) {
$r = q("select `id` from `item` where `uri` = '%s' and AND `uid` = %d LIMIT 1",
dbesc($parent_uri),
intval($importer['importer_uid'])
)
);
if($r && count($r)) {
logger('dfrn_notify: received remote comment');