You are here

function l10n_update_update_6006 in Localization update 6

Add a .htaccess file to the translations directory.

File

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

Code

function l10n_update_update_6006() {
  l10n_update_ensure_htaccess();
  return array();
}