|
@@ -1058,7 +1058,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
if ($existingRecord && $existingRecord->name) {
|
|
if ($existingRecord && $existingRecord->name) {
|
|
unset($values['name']);
|
|
unset($values['name']);
|
|
}
|
|
}
|
|
- if ($existingRecord && $existingRecord->sort) {
|
|
|
|
|
|
+ if ($existingRecord && $existingRecord->sort>=0) {
|
|
unset($values['sort']);
|
|
unset($values['sort']);
|
|
}
|
|
}
|
|
if ($existingRecord && $existingRecord->seo_title) {
|
|
if ($existingRecord && $existingRecord->seo_title) {
|