Changeset 3212

Show
Ignore:
Timestamp:
11/25/05 09:12:22 (3 years ago)
Author:
matt
Message:

Better error, fixes #1934

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/plugins/wp-db-backup.php

    r3159 r3212  
    740740                @ chmod( ABSPATH . $this->backup_dir, $dir_perms); 
    741741            } else { 
    742                 echo '<div class="updated error"><p align="center">' . __('WARNING: Your wp-content directory is <strong>NOT</strong> writable! We can not create the backup directory.', 'wp-db-backup') . '<br />' . ABSPATH . "</p></div>"; 
     742                echo '<div class="updated error"><p align="center">' . __('WARNING: Your wp-content directory is <strong>NOT</strong> writable! We can not create the backup directory.', 'wp-db-backup') . '<br />' . ABSPATH . $this->backup_dir . "</p></div>"; 
    743743            $WHOOPS = TRUE; 
    744744            }