mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-e6d6af2
This commit is contained in:
@@ -69,7 +69,8 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
|
||||
'files_table' => 'elfinder_file',
|
||||
'tmbPath' => '',
|
||||
'tmpPath' => '',
|
||||
'rootCssClass' => 'elfinder-navbar-root-sql'
|
||||
'rootCssClass' => 'elfinder-navbar-root-sql',
|
||||
'noSessionCache' => array('hasdirs')
|
||||
);
|
||||
$this->options = array_merge($this->options, $opts);
|
||||
$this->options['mimeDetect'] = 'internal';
|
||||
@@ -235,7 +236,6 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
|
||||
$res = $this->query($sql);
|
||||
if ($res) {
|
||||
while ($row = $res->fetch_assoc()) {
|
||||
// debug($row);
|
||||
$id = $row['id'];
|
||||
if ($row['parent_id']) {
|
||||
$row['phash'] = $this->encode($row['parent_id']);
|
||||
|
||||
Reference in New Issue
Block a user