Explorar el Código

fixed host deletion

tags/0.1.0
Robin Thoni hace 9 años
padre
commit
545aecb362
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controller/HostsController.php

+ 1
- 1
app/Http/Controller/HostsController.php Ver fichero

@@ -62,6 +62,6 @@ class HostsController extends LuController {
62 62
      */
63 63
     public function del($host_id)
64 64
     {
65
-        return HostsBusiness::del($host_id);
65
+        return HostsBusiness::deleteById($host_id);
66 66
     }
67 67
 }

Loading…
Cancelar
Guardar