Forráskód Böngészése

Fix Networking getOUI()

DSR! 3 éve
szülő
commit
d40c4d3644
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/pineapple/modules/Networking/api/module.php

+ 2 - 2
src/pineapple/modules/Networking/api/module.php

@@ -81,8 +81,8 @@ class Networking extends SystemModule
                 $this->disconnect();
                 break;
 
-            case 'genOUIProcess':
-                $this->genOUIProcess();
+            case 'getOUI':
+                $this->getOUI();
                 break;
 
             case 'getFirewallConfig':