Picture shouldn't be executable
This commit is contained in:
parent
9d1ff0a4ce
commit
f744dd362d
|
@ -120,7 +120,7 @@ class Avatar
|
||||||
}
|
}
|
||||||
|
|
||||||
file_put_contents($filepath, $image->asString());
|
file_put_contents($filepath, $image->asString());
|
||||||
chmod($filepath, 0775);
|
chmod($filepath, 0664);
|
||||||
|
|
||||||
DI::profiler()->stopRecording();
|
DI::profiler()->stopRecording();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue