Base: Cleanup this->sessionClose

This commit is contained in:
Monviech 2024-10-15 07:49:33 +00:00 committed by Monviech
parent 5165ac625b
commit a71f226b44

View File

@ -381,7 +381,6 @@ abstract class ApiMutableModelControllerBase extends ApiControllerBase
$filter_funct = null,
$sort_flags = SORT_NATURAL | SORT_FLAG_CASE
) {
$this->sessionClose();
$element = $this->getModel();
foreach (explode('.', $path) as $step) {
$element = $element->{$step};