Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663
This commit is contained in:
parent
eb34d130a8
commit
f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions
|
@ -60,7 +60,7 @@ function locale_translation_get_projects(array $project_names = array()) {
|
|||
$row_count = \Drupal::service('locale.project')->countProjects();
|
||||
// https://www.drupal.org/node/1777106 is a follow-up issue to make the
|
||||
// check for possible out-of-date project information more robust.
|
||||
if ($row_count == 0 && \Drupal::moduleHandler()->moduleExists('update')) {
|
||||
if ($row_count == 0) {
|
||||
module_load_include('compare.inc', 'locale');
|
||||
// At least the core project should be in the database, so we build the
|
||||
// data if none are found.
|
||||
|
|
Reference in a new issue