Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -830,7 +830,7 @@ |
831 | 831 | if ( $wgDebugLogFile != '' && !$wgProfileOnly ) { |
832 | 832 | # Strip unprintables; they can switch terminal modes when binary data |
833 | 833 | # gets dumped, which is pretty annoying. |
834 | | - $text = preg_replace( '![\x00-\x08\x0b\x0c\x0e-\x1a\x1c-\x1f]!', ' ', $text ); |
| 834 | + $text = preg_replace( '![\x00-\x08\x0b\x0c\x0e-\x1f]!', ' ', $text ); |
835 | 835 | $text = $wgDebugLogPrefix . $text; |
836 | 836 | wfErrorLog( $text, $wgDebugLogFile ); |
837 | 837 | } |