Skip to content
Commit 36c31b0e authored by Florian Pritz's avatar Florian Pritz
Browse files

fix warning when uploading file using webdav



When uploading a file using davfs php warned about a missing argument to
OC_FileProxy_Quota::preFile_put_contents(). Since we get a resource from
OC_Connector_Sabre_File->put(), we have to convert that before running
strlen because it expects a string.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent c7d4e723
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment