Skip to content

Commit

Permalink
FREEPBX-12210 Check that variable is set
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinstrom authored and tm1000 committed May 2, 2016
1 parent 701bc72 commit 64798a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/source-Herold_Austria.module
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class Herold_Austria extends superfecta_base {
if (!$caller_id && $this->SearchURL($bus_url, $regexp, $match)) {
$caller_id = $this->ExtractMatch($match);
}
$caller_id = isset($caller_id)?$caller_id:'';
return($caller_id);
}
}

0 comments on commit 64798a9

Please sign in to comment.