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 cd24813 commit ede7532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/i18n/PKPLocale.inc.php
Expand Up @@ -679,7 +679,6 @@ public static function uninstallLocale($locale)
*/
public static function reloadLocale($locale)
{
AppLocale::uninstallLocale($locale);
AppLocale::installLocale($locale);
}

Expand Down

0 comments on commit ede7532

Please sign in to comment.