Browse Source

Pontus fix for my fix :)

jmunro 23 years ago
parent
commit
99fc5e07d3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/delete_move_next/setup.php

+ 2 - 1
plugins/delete_move_next/setup.php

@@ -108,10 +108,11 @@ function delete_move_next_action() {
 
     if ($delete_id) {
         delete_move_next_delete();
+        fix_sort_array();
     } elseif ($move_id) {
         delete_move_next_move();
+        fix_sort_array();
     }
-    fix_sort_array();
 
 }