Skip to content

Commit f61025a

Browse files
committed
MAGETWO-53056: Category tree is not refreshed after changing category URL suffix
1 parent b774ded commit f61025a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function afterSave()
110110
*/
111111
private function isCategorySuffixChanged()
112112
{
113-
return $this->isValueChanged()
113+
return $this->isValueChanged()
114114
&& ($this->getPath() == CategoryUrlPathGenerator::XML_PATH_CATEGORY_URL_SUFFIX);
115115
}
116116

0 commit comments

Comments
 (0)