Fix error

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

View File

@ -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;
}
/**