mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-10-27 16:26:32 +01:00
renamed for clarity
This commit is contained in:
@@ -2367,7 +2367,7 @@ class AdminController extends AdminBaseController
|
||||
'type' => 'root',
|
||||
'modified' => $fileInfo->getMTime(),
|
||||
'size' => 0,
|
||||
'children' => false
|
||||
'has-children' => false
|
||||
];
|
||||
} else {
|
||||
continue;
|
||||
@@ -2390,7 +2390,7 @@ class AdminController extends AdminBaseController
|
||||
'modified' => $fileInfo->getMTime(),
|
||||
'size' => $fileInfo->getSize(),
|
||||
'symlink' => false,
|
||||
'children' => $has_children
|
||||
'has-children' => $has_children
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user