Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 58868b6

Browse files
committed
M no cache in controller
1 parent 67da9f9 commit 58868b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/NavigationBuilder/Controllers/NavigationController.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,9 @@ public function domainTreeAction($id, Navigation $navigation, DomainService $ser
7878
];
7979
}
8080

81-
$cache = $this->input->input('no-cache', false) ? false : true;
82-
8381
return [
8482
'status' => 200,
85-
'links' => $navigation->getTree($id, $cache)
83+
'links' => $navigation->getTree($id, false)
8684
];
8785
}
8886

0 commit comments

Comments
 (0)