From 3c975f4bb8d3975dc73444e47d01dd98e9b2b37a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 8 Aug 2006 21:18:04 +0000 Subject: - Patch #77549 by adrian: install profiles should be in their own directory. --- includes/install.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/install.inc b/includes/install.inc index 12f9560fd..77dd88d54 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -259,7 +259,7 @@ function drupal_get_install_files($module_list = array()) { function drupal_verify_profile($profile) { include_once './includes/file.inc'; - $profile_file = "./profiles/$profile.profile"; + $profile_file = "./profiles/$profile/$profile.profile"; if (!isset($profile) || !file_exists($profile_file)) { _install_no_profile_error(); @@ -551,4 +551,4 @@ function install_goto($path) { function st($string, $args = array()) { require_once './includes/theme.inc'; return strtr($string, array_map('theme_placeholder', $args)); -} \ No newline at end of file +} -- cgit v1.2.3