diff options
Diffstat (limited to 'modules/simpletest/simpletest.install')
-rw-r--r-- | modules/simpletest/simpletest.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install index b34c7b543..c7eea9f98 100644 --- a/modules/simpletest/simpletest.install +++ b/modules/simpletest/simpletest.install @@ -68,7 +68,7 @@ function simpletest_requirements($phase) { // SimpleTest currently needs 2 cURL options which are incompatible with // having PHP's open_basedir restriction set. - // @see http://drupal.org/node/674304. + // See http://drupal.org/node/674304. $requirements['php_open_basedir'] = array( 'title' => $t('PHP open_basedir restriction'), 'value' => $open_basedir ? $t('Enabled') : $t('Disabled'), |