Add back a comment that I accidentally removed in the last commit.

This commit is contained in:
Bharat Mediratta
2013-01-24 18:13:26 -05:00
parent da5fbd10c7
commit 727a595447
@@ -128,6 +128,8 @@ class Organize_Controller extends Controller {
access::required("edit", $album);
if ($album->sort_column != "weight") {
// Force all the weights into the current order before changing the order to manual
// @todo: consider making this a trigger in the Item_Model.
item::resequence_child_weights($album);
$album->sort_column = "weight";
$album->sort_order = "ASC";