mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
2f8e3fbb51
|
@ -2415,6 +2415,7 @@ $(document).ready(function() {
|
|||
|
||||
$orderdir = (isset($orderby[1]) ? ($orderby[1] == 'd' ? 'desc' : 'asc') : 'asc');
|
||||
if($folderid && ($folder = $this->params['dms']->getFolder($folderid))) {
|
||||
$path = null;
|
||||
if(!$partialtree) {
|
||||
$path = $folder->getPath();
|
||||
/* Get the first folder (root folder) of path */
|
||||
|
|
|
@ -2366,6 +2366,7 @@ $(document).ready(function() {
|
|||
|
||||
$orderdir = (isset($orderby[1]) ? ($orderby[1] == 'd' ? 'desc' : 'asc') : 'asc');
|
||||
if($folderid && ($folder = $this->params['dms']->getFolder($folderid))) {
|
||||
$path = null;
|
||||
if(!$partialtree) {
|
||||
$path = $folder->getPath();
|
||||
/* Get the first folder (root folder) of path */
|
||||
|
|
Loading…
Reference in New Issue
Block a user