Skip to content

Commit

Permalink
Deploying version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptasker committed Dec 16, 2016
1 parent e607c7b commit 6fb5ad6
Show file tree
Hide file tree
Showing 16 changed files with 164 additions and 179 deletions.
2 changes: 1 addition & 1 deletion asset/dist/css/styles.css

Large diffs are not rendered by default.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions asset/dist/js/script-091.min.js

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions asset/dist/js/script-092.min.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions class/wpmdb.php
Original file line number Diff line number Diff line change
Expand Up @@ -947,16 +947,6 @@ function ajax_initiate_migration() {
}

$upload_path = $this->get_upload_info( 'path' );
if ( false === $this->filesystem->is_writable( $upload_path ) ) {
$error = sprintf( __( '<p><strong>Export Failed</strong> — We can\'t save your export to the following folder:<br><strong>%s</strong></p><p>Please adjust the permissions on this folder. <a href="%s" target="_blank">See our documentation for more information »</a></p>', 'wp-migrate-db' ), $upload_path, 'https://deliciousbrains.com/wp-migrate-db-pro/doc/uploads-folder-permissions/' );
$return = array(
'wpmdb_error' => 1,
'body' => $error,
);
$result = $this->end_ajax( json_encode( $return ) );

return $result;
}

$this->fp = $this->open( $upload_path . DIRECTORY_SEPARATOR . $return['dump_filename'] );
$this->db_backup_header();
Expand Down
Loading

0 comments on commit 6fb5ad6

Please sign in to comment.