Explorar o código

Pontus fix for my fix :)

jmunro %!s(int64=23) %!d(string=hai) anos
pai
achega
99fc5e07d3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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();
 
 }