Skip to content

Commit

Permalink
src build elFinder-2.1-90be103
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jun 13, 2021
1 parent 04fa60c commit 395b806
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/elfinder.full.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.58 (2.1-src Nightly: 185ac78) (2021-06-12)
* Version 2.1.58 (2.1-src Nightly: 90be103) (2021-06-13)
* http://elfinder.org
*
* Copyright 2009-2021, Studio 42
Expand Down
2 changes: 1 addition & 1 deletion css/elfinder.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/elfinder.full.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.58 (2.1-src Nightly: 185ac78) (2021-06-12)
* Version 2.1.58 (2.1-src Nightly: 90be103) (2021-06-13)
* http://elfinder.org
*
* Copyright 2009-2021, Studio 42
Expand Down Expand Up @@ -10716,7 +10716,7 @@ if (!window.cancelAnimationFrame) {
*
* @type String
**/
elFinder.prototype.version = '2.1.58 (2.1-src Nightly: 185ac78)';
elFinder.prototype.version = '2.1.58 (2.1-src Nightly: 90be103)';



Expand Down
4 changes: 2 additions & 2 deletions js/elfinder.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions php/elFinderVolumeDriver.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,9 @@ public function mount(array $opts)
}

// to update options cache
if (isset($this->sessionCache['rootstat'])) {
unset($this->sessionCache['rootstat'][$this->getRootstatCachekey()]);
}
$this->updateCache($this->root, $root);

return $this->mounted = true;
Expand Down

0 comments on commit 395b806

Please sign in to comment.