1
0
Fork 0

permissions selector showing up for guests, testbubble and smoothly

This commit is contained in:
friendica 2012-09-15 20:21:17 -07:00
commit 2abbd1dc19
3 changed files with 3 additions and 3 deletions

View file

@ -663,7 +663,7 @@ function import_profile_photo($photo,$uid,$cid) {
intval($uid),
intval($cid)
);
if(count($r)) {
if(count($r) && strlen($r[0]['resource-id'])) {
$hash = $r[0]['resource-id'];
}
else {