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:
@@ -605,7 +605,7 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
|
||||
protected function _fopen($path, $mode='rb') {
|
||||
$fp = $this->tmbPath
|
||||
? fopen($this->getTempFile($path), 'w+')
|
||||
: tmpfile();
|
||||
: $this->tmpfile();
|
||||
|
||||
|
||||
if ($fp) {
|
||||
|
||||
Reference in New Issue
Block a user