From ae5ab7fc6771f47108f44d9609c0475cad9f9300 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 27 Mar 2014 19:54:00 -0500 Subject: [PATCH] install: Print the full path of checked dirs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Print the full path of the directories checked by Chamilo installation instead of just their pseudo–relative paths. --- main/install/install.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/install/install.lib.php b/main/install/install.lib.php index 53ddc19597..8cffc6134b 100755 --- a/main/install/install.lib.php +++ b/main/install/install.lib.php @@ -1311,15 +1311,15 @@ function display_requirements($installType, $badUpdatePath, $updatePath = '', $u '.$file_perm.' - chamilo/home/ + '.api_get_path(SYS_CODE_PATH).'home/ '.check_writable(api_get_path(SYS_CODE_PATH).'home/').' - chamilo/main/css/ + '.api_get_path(SYS_CODE_PATH).'css/ '.check_writable(api_get_path(SYS_CODE_PATH).'css/', true).' ('.get_lang('SuggestionOnlyToEnableCSSUploadFeature').') - chamilo/main/lang/ + '.api_get_path(SYS_CODE_PATH).'lang/ '.check_writable(api_get_path(SYS_CODE_PATH).'lang/', true).' ('.get_lang('SuggestionOnlyToEnableSubLanguageFeature').') '. //'