@@ -56,7 +56,7 @@ |
||
| 56 | 56 | $this->save_attachment_list(); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | - if ( array_intersect_key(array_flip(['description', 'title', 'score']), $this->value) |
|
| 59 | + if (array_intersect_key(array_flip(['description', 'title', 'score']), $this->value) |
|
| 60 | 60 | && $main = $this->get_main()) { |
| 61 | 61 | $needs_update = false; |
| 62 | 62 | if (array_key_exists('description', $this->value)) { |