onemore missing paren

This commit is contained in:
Mike Macgirvin 2010-09-09 01:41:02 -07:00
parent f8160ed076
commit e800dba185
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ echo "XML: " . $xml;
}
$final_dfrn_id = substr($final_dfrn_id, 0, strpos($final_dfrn_id, '.'));
if($final_dfrn_id != $idtosend)
if($final_dfrn_id != $idtosend) {
// did not decode properly - cannot trust this site
continue;
}