X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=blobdiff_plain;f=webrtc%2Fwebrtc.php;fp=webrtc%2Fwebrtc.php;h=47cd734ccd22ecc3a9322210a8228890e6e8ef13;hp=cdf7fd2a4df055063cfe682c2b9b529bf7c209fa;hb=dbe8118e406510d85404d9577f83d68782cfe2a0;hpb=39dd3dffe07efd69fa1ac6d0bd243c7fc0e3a66f diff --git a/webrtc/webrtc.php b/webrtc/webrtc.php index cdf7fd2a..47cd734c 100644 --- a/webrtc/webrtc.php +++ b/webrtc/webrtc.php @@ -44,7 +44,7 @@ function webrtc_content(&$a) { $o = ''; /* landingpage to create chatrooms */ - $webrtcurl = get_config('webrtc','webrtcurl'); + $webrtcurl = Config::get('webrtc','webrtcurl'); /* embedd the landing page in an iframe */ $o .= '

'.L10n::t('Video Chat').'

';