Skip to content

Commit

Permalink
fix simplfied url in multilang
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed May 11, 2020
1 parent 648b088 commit 740fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class CategoryCore extends ObjectModel
'type' => self::TYPE_STRING,
'lang' => true,
'validate' => 'isLinkRewrite',
'required' => false,
'required' => true,
'size' => 128,
'ws_modifier' => [
'http_method' => WebserviceRequest::HTTP_POST,
Expand Down

0 comments on commit 740fabe

Please sign in to comment.