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',
|
'type' => 'root',
|
||||||
'modified' => $fileInfo->getMTime(),
|
'modified' => $fileInfo->getMTime(),
|
||||||
'size' => 0,
|
'size' => 0,
|
||||||
'children' => false
|
'has-children' => false
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
continue;
|
continue;
|
||||||
@@ -2390,7 +2390,7 @@ class AdminController extends AdminBaseController
|
|||||||
'modified' => $fileInfo->getMTime(),
|
'modified' => $fileInfo->getMTime(),
|
||||||
'size' => $fileInfo->getSize(),
|
'size' => $fileInfo->getSize(),
|
||||||
'symlink' => false,
|
'symlink' => false,
|
||||||
'children' => $has_children
|
'has-children' => $has_children
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user