summaryrefslogtreecommitdiffstats
path: root/wp-admin/import/greymatter.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/import/greymatter.php')
-rw-r--r--wp-admin/import/greymatter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/import/greymatter.php b/wp-admin/import/greymatter.php
index f2b4e2d..8f7b34a 100644
--- a/wp-admin/import/greymatter.php
+++ b/wp-admin/import/greymatter.php
@@ -87,10 +87,10 @@ class GM_Import {
}
if (!chdir($archivespath))
- die("Wrong path, $archivespath\ndoesn't exist\non the server");
+ wp_die("Wrong path, $archivespath\ndoesn't exist\non the server");
if (!chdir($gmpath))
- die("Wrong path, $gmpath\ndoesn't exist\non the server");
+ wp_die("Wrong path, $gmpath\ndoesn't exist\non the server");
$this->header();
?>