Skip to content

Commit

Permalink
fix proxy slaves
Browse files Browse the repository at this point in the history
  • Loading branch information
magnussolution committed May 2, 2023
1 parent e0d7cb5 commit 0b04a89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/MagnusBilling-current.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion protected/controllers/ServersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function afterSave($model, $values)

} else {

$modelServerAS = Servers::model()->find("(type = 'asterisk' OR type = 'mbilling')
$modelServerAS = Servers::model()->findAll("(type = 'asterisk' OR type = 'mbilling')
AND status = 1 AND weight > 0");
foreach ($modelServerAS as $key => $server) {

Expand Down

0 comments on commit 0b04a89

Please sign in to comment.