X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=webrtc%2Fwebrtc.php;h=47cd734ccd22ecc3a9322210a8228890e6e8ef13;hb=337464c6b00d56ad9879e0ef14c71eb53f4f320e;hp=cdf7fd2a4df055063cfe682c2b9b529bf7c209fa;hpb=39dd3dffe07efd69fa1ac6d0bd243c7fc0e3a66f;p=friendica-addons.git 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').'

';