diff --git a/src/DisplayPreference.php b/src/DisplayPreference.php index 1553ec89950..e130c19c11b 100644 --- a/src/DisplayPreference.php +++ b/src/DisplayPreference.php @@ -271,9 +271,10 @@ public function updateOrder(string $itemtype, int $users_id, array $order, strin 'interface' => $interface, ], [ - 'itemtype' => $itemtype, - 'users_id' => $users_id, - 'num' => $num, + 'itemtype' => $itemtype, + 'users_id' => $users_id, + 'num' => $num, + 'interface' => $interface, ] ); }