Browse Source

fixed host deletion

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
545aecb362
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controller/HostsController.php

+ 1
- 1
app/Http/Controller/HostsController.php View File

@@ -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…
Cancel
Save