Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -710,7 +710,7 @@ |
711 | 711 | if ( $wgDebugLogFile != '' && !$wgProfileOnly ) { |
712 | 712 | # Strip unprintables; they can switch terminal modes when binary data |
713 | 713 | # gets dumped, which is pretty annoying. |
714 | | - $text = preg_replace( '![\x00-\x08\x0b\x0c\x0e-\x1f]!', ' ', $text ); |
| 714 | + $text = preg_replace( '![\x00-\x08\x0b\x0c\x0e-\x1a\x1c-\x1f]!', ' ', $text ); |
715 | 715 | $text = $wgDebugLogPrefix . $text; |
716 | 716 | wfErrorLog( $text, $wgDebugLogFile ); |
717 | 717 | } |