summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-20 08:26:42 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-20 08:26:42 +0000
commit32df01011f344aba1bf8802c30a473ab1dc288f7 (patch)
tree642f3928733d2d59ad7ed2bc4f3228ef50d43c4e /modules
parent090b90227b42473c065722a0b3d4b51af6b195b0 (diff)
downloadbrdo-32df01011f344aba1bf8802c30a473ab1dc288f7.tar.gz
brdo-32df01011f344aba1bf8802c30a473ab1dc288f7.tar.bz2
#197690 by JordanCronin (as GHOP 68): server permissions are now explained very well in a handbook page, link to that
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index c9eed300f..c50f01770 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -170,7 +170,7 @@ function system_requirements($phase) {
else if ($phase == 'install') {
// For the installer UI, we need different wording. 'value' will
// be treated as version, so provide none there.
- $requirements['file system']['description'] = $error .' '. $t('To proceed with the installation, please ensure that the files directory exists and is writable by the installer. If you are unsure how to create this directory and modify its permissions, please consult the <a href="@handbook_url">on-line handbook</a> or INSTALL.txt.', array('%directory' => $directory, '@handbook_url' => 'http://drupal.org/getting-started'));
+ $requirements['file system']['description'] = $error .' '. $t('To proceed with the installation, please ensure that the files directory exists and is writable by the installer. If you are unsure how to create this directory and modify its permissions, please consult the <a href="@handbook_url">on-line handbook</a> or INSTALL.txt.', array('%directory' => $directory, '@handbook_url' => 'http://drupal.org/server-permissions'));
$requirements['file system']['value'] = '';
}
}