]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_community.php
5147 Typo 'bandwith' should be 'bandwidth'
[friendica.git] / mod / update_community.php
index d5f2b4cb21d18f87c723788be13069fc3eb7879d..d64ea5d709114f2bf2a8f37c3df1061b85e1e73b 100644 (file)
@@ -23,7 +23,7 @@ function update_community_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);