diff options
Diffstat (limited to 'wp-admin/import/mt.php')
| -rw-r--r-- | wp-admin/import/mt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php index d484ba7..ffb869b 100644 --- a/wp-admin/import/mt.php +++ b/wp-admin/import/mt.php @@ -375,7 +375,7 @@ class MT_Import { function import() { $this->id = (int) $_GET['id']; - + $this->file = get_attached_file($this->id); $this->get_authors_from_post(); $this->get_entries(); |
