Index: trunk/phase3/includes/cache/MessageCache.php |
— | — | @@ -189,7 +189,9 @@ |
190 | 190 | |
191 | 191 | fwrite( $file, $hash . $serialized ); |
192 | 192 | fclose( $file ); |
193 | | - @chmod( $filename, 0666 ); |
| 193 | + wfSuppressWarnings(); |
| 194 | + chmod( $filename, 0666 ); |
| 195 | + wfRestoreWarnings(); |
194 | 196 | } |
195 | 197 | |
196 | 198 | function saveToScript( $array, $hash, $code ) { |