Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -264,7 +264,7 @@ |
265 | 265 | $wgOut->debug( $text ); |
266 | 266 | } |
267 | 267 | if ( '' != $wgDebugLogFile && !$wgProfileOnly ) { |
268 | | - error_log( $text, 3, $wgDebugLogFile ); |
| 268 | + @error_log( $text, 3, $wgDebugLogFile ); |
269 | 269 | } |
270 | 270 | } |
271 | 271 | |