Rename sites directory to be the new config repository

This commit is contained in:
Manuel Cillero 2017-08-09 09:01:23 +02:00
parent 006992b900
commit 433e7eec80
31 changed files with 196 additions and 216 deletions

View file

@ -717,7 +717,6 @@ function _pathauto_get_i18n_possible_files() {
$file = 'i18n-ascii.txt';
$files = array(
conf_path() . '/' . $file,
"sites/all/$file",
drupal_get_path('module', 'pathauto') . '/' . $file,
);
// Always prefer $conf['pathauto_i18n_file'] if defined.