Skip to content

Commit

Permalink
just Prune items that you can't change
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon authored Nov 1, 2024
1 parent e3cc332 commit 69a7537
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/src/MVC/Model/AdminModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -1106,8 +1106,6 @@ public function publish(&$pks, $value = 1)

// Prune items that you can't change.
unset($pks[$i]);

return false;
}

/**
Expand Down

0 comments on commit 69a7537

Please sign in to comment.