Update Radius.php
Fix Radius Delete Plan
This commit is contained in:
parent
2f1ee0cfbf
commit
282bf6190c
@ -150,7 +150,7 @@ class Radius
|
|||||||
function remove_plan($plan)
|
function remove_plan($plan)
|
||||||
{
|
{
|
||||||
// Delete Plan
|
// Delete Plan
|
||||||
$this->getTablePackage()->where_equal('plan_id', "plan_" . $plan['id'])->delete_many();
|
$this->getTablePackage()->where_equal('plan_id', $plan['id'])->delete_many();
|
||||||
// Reset User Plan
|
// Reset User Plan
|
||||||
$c = $this->getTableUserPackage()->where_equal('groupname', "plan_" . $plan['id'])->findMany();
|
$c = $this->getTableUserPackage()->where_equal('groupname', "plan_" . $plan['id'])->findMany();
|
||||||
if ($c) {
|
if ($c) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user