Bug 9988: Merge should have a parameter hash
[koha.git] / authorities / authorities.pl
index 1e49d96..21103e0 100755 (executable)
@@ -641,7 +641,7 @@ if ($op eq "add") {
     }
 } elsif ($op eq "delete") {
 #------------------------------------------------------------------------------------------------------------------------------
-        &DelAuthority($authid);
+        DelAuthority({ authid => $authid });
         if ($nonav){
             print $input->redirect("auth_finder.pl");
         }else{