mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Base: Cleanup this->sessionClose
This commit is contained in:
parent
5165ac625b
commit
a71f226b44
@ -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};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user