updated drupal core to 7.43
This commit is contained in:
@@ -296,6 +296,9 @@ function system_test_system_info_alter(&$info, $file, $type) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($file->name == 'system_project_namespace_test') {
|
||||
$info['hidden'] = FALSE;
|
||||
}
|
||||
// Make the system_dependencies_test visible by default.
|
||||
if ($file->name == 'system_dependencies_test') {
|
||||
$info['hidden'] = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user