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
@ -114,8 +114,8 @@ class AccountImage {
|
|||||||
//Check for personnalized level
|
//Check for personnalized level
|
||||||
$fileContent = file_get_contents($filePath);
|
$fileContent = file_get_contents($filePath);
|
||||||
|
|
||||||
//Return visibility level
|
//Return visibility level
|
||||||
return $fileContent;
|
return (int)$fileContent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user