Update extensions.php
This commit is contained in:
parent
b0422af3e2
commit
f3b45d51a8
|
|
@ -210,7 +210,7 @@
|
|||
$found = false;
|
||||
$found_count = 0;
|
||||
foreach ($registrations as $arr) {
|
||||
if (in_array($row['extension'],$arr)) {
|
||||
if (in_array($row['extension'].'@'.$_SESSION['domain_name'],$arr)) {
|
||||
$found = true;
|
||||
$found_count++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue