]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_notes.php
5147 Typo 'bandwith' should be 'bandwidth'
[friendica.git] / mod / update_notes.php
index e369261128444cc2a3f221639f433221825228ad..892e71d782bcc43f437dfd46ca56625f494c1457 100644 (file)
@@ -36,7 +36,7 @@ function update_notes_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);