-- Bug fix
-- DB add field 'videomode'
This commit is contained in:
parent
6740aab4f2
commit
6c0d37e25a
|
@ -2277,7 +2277,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO
|
|||
if (is_array($needles)) {
|
||||
foreach ($needles as $str) {
|
||||
if (is_array($str)) {
|
||||
$pos = strpos_array($haystack, $str);
|
||||
$pos = $this->strpos_array($haystack, $str);
|
||||
} else {
|
||||
$pos = strpos($haystack, $str);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue