Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -424,7 +424,7 @@ function _ckeditor_requirements_ckfinder_config_check($profile_name) {
|
|||
}
|
||||
|
||||
if (!$require_once_found) {
|
||||
return t('You are using a feature that requires manual integration in the <code>config.php</code> file. Please read the "Installing CKFinder" section in the <code>!readme</code> file carefully and add a <code>require_once ...</code> statement to the <code>%ckfconfig</code> file.', array('%ckfconfig' => $config_path, '!readme' => l(t('README.txt'), $base_url . '/' . drupal_get_path('module', 'ckeditor') . '/README.txt', array('absolute' => TRUE))));
|
||||
return t('You are using a feature that requires manual integration in the <code>config.php</code> file. Be carefull and add a <code>require_once ...</code> statement to the <code>%ckfconfig</code> file.', array('%ckfconfig' => $config_path));
|
||||
}
|
||||
|
||||
if ($userfiles_absolute_path_line && $force_single_extension_line && (
|
||||
|
@ -634,4 +634,4 @@ function ckeditor_update_6102() {
|
|||
*/
|
||||
function ckeditor_uninstall() {
|
||||
drupal_uninstall_schema('ckeditor');
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue