couple of issues w/ profile photo update propogation

This commit is contained in:
Friendika 2010-11-09 18:24:35 -08:00
parent 70bcf000e3
commit f4fd679928
7 changed files with 70 additions and 50 deletions

View file

@ -192,6 +192,8 @@ function dfrn_request_post(&$a) {
$network = 'dfrn';
}
logger('dfrn_request: url: ' . $url);
if(! strlen($url)) {
notice( t("Unable to resolve your name at the provided location.") . EOL);
return;