Explorar el Código

fixed undo bug

Serghey Rodin hace 14 años
padre
commit
b386f8e061
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/v_del_dns_domain

+ 1 - 1
bin/v_del_dns_domain

@@ -72,7 +72,7 @@ del_dns_domain
 restart_schedule 'dns'
 restart_schedule 'dns'
 
 
 # Logging
 # Logging
-log_history "$V_EVENT"
+log_history "$V_EVENT" "v_add_dns_domain $user $domain $old_ip $tpl_name"
 log_event 'system' "$V_EVENT"
 log_event 'system' "$V_EVENT"
 
 
 exit $OK
 exit $OK