Changeset 1576

Show
Ignore:
Timestamp:
08/30/04 08:16:55 (4 years ago)
Author:
saxmatt
Message:

Missing dollar sign.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/upload.php

    r1429 r1576  
    172172        } 
    173173        // Still couldn't get it. Give up. 
    174         if (!moved) { 
     174        if (!$moved) { 
    175175            die(sprintf(__("Couldn't upload your file to %s."), $pathtofile)); 
    176176        } else {