mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Fix error
This commit is contained in:
parent
75940b53f3
commit
3b2ad1d821
@ -115,7 +115,7 @@ class AccountImage {
|
||||
$fileContent = file_get_contents($filePath);
|
||||
|
||||
//Return visibility level
|
||||
return $fileContent;
|
||||
return (int)$fileContent;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user