Skip to content

Commit

Permalink
FREEPBX-14183 Registered OpenCNAM fails
Browse files Browse the repository at this point in the history
  • Loading branch information
khong committed Feb 23, 2017
1 parent e90e9e1 commit 00e63f2
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 00e63f2

Please sign in to comment.