From 8a76c405016f82c62a56ed953fe34c49e994cdd5 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 12 May 2013 19:14:04 +0000 Subject: [PATCH] Fix the path used in the domains_edit.php file. --- core/domain_settings/domains_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/domain_settings/domains_edit.php b/core/domain_settings/domains_edit.php index 862ce7a9b7..ce1b3767f7 100644 --- a/core/domain_settings/domains_edit.php +++ b/core/domain_settings/domains_edit.php @@ -166,7 +166,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "Domain\n"; echo "\n"; if (permission_exists('domain_export')) { - echo " \n"; + echo " \n"; } echo " \n"; echo "\n";