File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Catalog/Controller/Adminhtml/Category Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function execute()
51
51
}
52
52
53
53
/**
54
- * Check if we have data in session (if during category save was exception)
54
+ * Check if there are data in session (if there was an exception on saving category )
55
55
*/
56
56
$ categoryData = $ this ->_getSession ()->getCategoryData (true );
57
57
if (is_array ($ categoryData )) {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function execute()
80
80
}
81
81
82
82
/**
83
- * Check if we have data in session (if during category save was exception)
83
+ * Check if there are data in session (if there was an exception on saving category )
84
84
*/
85
85
$ categoryData = $ this ->_getSession ()->getCategoryData (true );
86
86
if (is_array ($ categoryData )) {
You can’t perform that action at this time.
0 commit comments