mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
init variable
This commit is contained in:
parent
b6a1339bd7
commit
c8ac0bacad
|
@ -2290,6 +2290,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 */
|
||||
|
|
|
@ -2317,6 +2317,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