Skip to content

Commit

Permalink
Fixed Module sidebox_spotlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Karitoswow committed Dec 8, 2023
1 parent 62276c6 commit 9cc4f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/modules/sidebox_spotlight/controllers/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public function move($id = false, $direction = false)
if (!$target) {
die();
} else {
$this->menu_model->spotlight_model($id, $target['order']);
$this->menu_model->spotlight_model($target['id'], $order);
$this->spotlight_model->setOrder($id, $target['order']);
$this->spotlight_model->setOrder($target['id'], $order);
}
}
}
Expand Down

0 comments on commit 9cc4f38

Please sign in to comment.