X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=f293088a962c1896a10e26cf5844408fbf0d37d0;hb=071b1c038addc94178eff22a47f0bf126b4a9d28;hp=5b15f06d30360f9f5211abd1a5be0b89e218870a;hpb=8f253f6c1288534c50fac34f05afb1a2c07c9335;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php index 5b15f06d30..f293088a96 100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -6,6 +6,7 @@ */ use Friendica\App; +use Friendica\Core\PConfig; require_once("mod/profile.php"); @@ -33,7 +34,7 @@ function update_profile_content(App $a) { $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text);