Skip to content
Commit f3513f3f authored by Tigran Mkrtchyan's avatar Tigran Mkrtchyan
Browse files

files: Local#writeStream should use it's own file_put_contents



The OC\Files\Storage\Local#writeStream use system provided file_put_contents.
However, it overrides file_put_contents, thus expects that the default behaviour
can be different.

Use Local#file_put_contents in writeStream to benefit from class specific functionality.

Signed-off-by: default avatarTigran Mkrtchyan <tigran.mkrtchyan@desy.de>
parent e02c9ec1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment