We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62667a6 commit 54c24bfCopy full SHA for 54c24bf
AdjacencyFullTreeDataAction.php
@@ -94,7 +94,7 @@ public function run()
94
$current_selected_id = Yii::$app->request->get($this->query_parent_attribute);
95
}
96
97
- $cacheKey = "AdjacencyFullTreeData:".$this->cacheKey.":$class";
+ $cacheKey = "AdjacencyFullTreeData:{$this->cacheKey}:{$class}:{$this->query_sort_order}";
98
99
if (false === $result = Yii::$app->cache->get($cacheKey)) {
100
$query = $class::find()
0 commit comments