mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-01 16:54:49 +02:00
Merge pull request #99 from axmad386/patch-1
fix(mikrotik): set pool $poolId always empty
This commit is contained in:
commit
96945ab813
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ class Mikrotik
|
|||
'/ip pool print .proplist=.id',
|
||||
RouterOS\Query::where('name', $name)
|
||||
);
|
||||
$poolID = $client->sendSync($printRequest)->getProperty('id');
|
||||
$poolID = $client->sendSync($printRequest)->getProperty('.id');
|
||||
|
||||
if (empty($poolID)) {
|
||||
self::addPool($client, $name, $ip_address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue