Skip to content

Commit

Permalink
#7098 Stop removing email templates on language reset
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jun 12, 2021
1 parent e7927ad commit 78f3f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/i18n/PKPLocale.inc.php
Expand Up @@ -586,7 +586,6 @@ static function uninstallLocale($locale) {
* @param $locale string
*/
static function reloadLocale($locale) {
AppLocale::uninstallLocale($locale);
AppLocale::installLocale($locale);
}

Expand Down

0 comments on commit 78f3f22

Please sign in to comment.