backdrop-contrib / l10n_server

Provides a generic translation database backend with a community localization user interface, which allows people to collaborate on translating projects to different languages.
0 stars 5 forks source link

Replace file_create_htaccess with file_save_htaccess #42

Closed argiepiano closed 3 months ago

argiepiano commented 3 months ago

Function l10n_packager_create_path currently uses file_create_htaccess(), which is only in the Drupal compatibility layer and is deprecated. IT should use file_save_htaccess() instead.