You are here

function l10n_update_update_7210 in Localization update 7.2

Add a .htaccess file to the translations directory.

File

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

Code

function l10n_update_update_7210() {
  module_load_include('module', 'l10n_update');
  l10n_update_ensure_htaccess();
}