1
0
mirror of https://github.com/pierre42100/ComunicAPI synced 2025-04-01 19:12:40 +00:00

Fix error

This commit is contained in:
Pierre HUBERT 2019-12-24 18:05:35 +01:00
parent 75940b53f3
commit 3b2ad1d821

@ -114,8 +114,8 @@ class AccountImage {
//Check for personnalized level
$fileContent = file_get_contents($filePath);
//Return visibility level
return $fileContent;
//Return visibility level
return (int)$fileContent;
}
/**