Skip to content

Commit

Permalink
MAGETWO-80229: Vague error message for invalid url_key for category #…
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann committed Oct 3, 2017
1 parent dc7ce8a commit ef66188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected function createCategory($name, $parentId)
try {
$category->save();
$this->categoriesCache[$category->getId()] = $category;
} catch (\Exception $e){
} catch (\Exception $e) {
$this->addFailedCategory($category, $e);
}

Expand Down

0 comments on commit ef66188

Please sign in to comment.