permissions selector showing up for guests, testbubble and smoothly
This commit is contained in:
parent
ee5ed6b963
commit
2abbd1dc19
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue