mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-6974f1b
This commit is contained in:
@@ -1705,7 +1705,7 @@ class elFinderVolumeGoogleDrive extends elFinderVolumeDriver
|
||||
**/
|
||||
protected function _mkfile($path, $name)
|
||||
{
|
||||
return $this->_save(fopen($this->getTempFile(), 'wb'), $path, $name, []);
|
||||
return $this->_save($this->tmpfile(), $path, $name, []);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user