]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_display.php
5147 Typo 'bandwith' should be 'bandwidth'
[friendica.git] / mod / update_display.php
index 1341d30524d04fef2891d5366626b504076b04e4..48df9797de7ba4c5b21abb433c3ab959faa3aa44 100644 (file)
@@ -23,7 +23,7 @@ function update_display_content(App $a)
        $replace = "<img\${1} dst=\"\${2}\"";
        $text = preg_replace($pattern, $replace, $text);
 
-       if (PConfig::get(local_user(), "system", "bandwith_saver")) {
+       if (PConfig::get(local_user(), "system", "bandwidth_saver")) {
                $replace = "<br />" . L10n::t("[Embedded content - reload page to view]") . "<br />";
                $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i";
                $text = preg_replace($pattern, $replace, $text);