File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Catalog/Block Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,15 +145,15 @@ public function getCacheKeyInfo()
145
145
$ this ->httpContext ->getValue (Context::CONTEXT_GROUP ),
146
146
'template ' => $ this ->getTemplate (),
147
147
'name ' => $ this ->getNameInLayout (),
148
- $ this ->getCurrenCategoryKey (),
148
+ $ this ->getCurrentCategoryKey (),
149
149
];
150
150
$ cacheId = $ shortCacheId ;
151
151
152
152
$ shortCacheId = array_values ($ shortCacheId );
153
153
$ shortCacheId = implode ('| ' , $ shortCacheId );
154
154
$ shortCacheId = md5 ($ shortCacheId );
155
155
156
- $ cacheId ['category_path ' ] = $ this ->getCurrenCategoryKey ();
156
+ $ cacheId ['category_path ' ] = $ this ->getCurrentCategoryKey ();
157
157
$ cacheId ['short_cache_id ' ] = $ shortCacheId ;
158
158
159
159
return $ cacheId ;
@@ -164,7 +164,7 @@ public function getCacheKeyInfo()
164
164
*
165
165
* @return string
166
166
*/
167
- public function getCurrenCategoryKey ()
167
+ public function getCurrentCategoryKey ()
168
168
{
169
169
if (!$ this ->_currentCategoryKey ) {
170
170
$ category = $ this ->_registry ->registry ('current_category ' );
You can’t perform that action at this time.
0 commit comments