Skip to content

Commit

Permalink
Merge pull request FreePBX#6 in FREEPBX/superfecta from bugfix/FREEPB…
Browse files Browse the repository at this point in the history
…X-14183-registered-opencnam-fails to release/13.0

* commit '00e63f2acca367097662a2f8bb22bee8fb0ee1a0':
  FREEPBX-14183 Registered OpenCNAM fails
  • Loading branch information
tm1000 committed Mar 7, 2017
2 parents e90e9e1 + 00e63f2 commit 61e39c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/source-OpenCNAM.module
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class OpenCNAM extends superfecta_base {
if (strlen($sname) > 1) {
// convert list of ignore keywords into array
$key_words = array();
$temp_array = explode(',',(isset($run_param['Ignore_Keywords'])?$run_param['Ignore_Keywords']:$source_param['Ignore_Keywords']['default']));
$temp_array = explode(',',(isset($run_param['Ignore_Keywords'])?$run_param['Ignore_Keywords']:$this->source_param['Ignore_Keywords']['default']));
foreach($temp_array as $val) {
$key_words[] = trim($val);
}
Expand Down

0 comments on commit 61e39c8

Please sign in to comment.