mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
61c7d9ff3c
commit
c4e473897b
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
lFiles = p.data,
|
||||
lDirPath = getDirPath(c.request);
|
||||
|
||||
if(!p.error && p.data){
|
||||
if(!p.error && lFiles){
|
||||
lFiles.data = lFiles.sort();
|
||||
|
||||
/* Получаем информацию о файлах */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue