From c352f3c924792f34de5a03e3a980f650f7942079 Mon Sep 17 00:00:00 2001 From: catch Date: Mon, 7 Nov 2011 12:22:59 +0900 Subject: [PATCH] Issue #1333192 by good_man: Fixed password-hash broken after moving files under /core. --- core/scripts/password-hash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/password-hash.sh b/core/scripts/password-hash.sh index 66fcb2655e8..8109af4ce21 100755 --- a/core/scripts/password-hash.sh +++ b/core/scripts/password-hash.sh @@ -78,7 +78,7 @@ while ($param = array_shift($_SERVER['argv'])) { } } -chdir('../..'); +chdir('..'); define('DRUPAL_ROOT', getcwd()); include_once DRUPAL_ROOT . '/core/includes/password.inc';