Make WordPress Core


Ignore:
Timestamp:
03/19/2008 02:46:27 AM (17 years ago)
Author:
ryan
Message:

Fix typo in ftpext class. Handle safe mode errors. PRops DD32. see #5586

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r7327 r7393  
    204204        return false;
    205205
    206     $handle = fopen($tmpfname, 'w');
     206    $handle = @fopen($tmpfname, 'w');
    207207    if( ! $handle )
    208208        return false;
Note: See TracChangeset for help on using the changeset viewer.