Fix error

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

View File

@ -115,7 +115,7 @@ class AccountImage {
$fileContent = file_get_contents($filePath);
//Return visibility level
return $fileContent;
return (int)$fileContent;
}
/**