You are here

function l10n_update_update_7201 in Localization update 7.2

Sets the default translation files directory.

File

./l10n_update.install, line 532
Install file for l10n remote updates.

Code

function l10n_update_update_7201() {
  if (!variable_get('l10n_update_download_store', '')) {
    variable_set('l10n_update_download_store', 'sites/all/translations');
  }
}