aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2013060900-1.8.15-site_secret-404fc165cf9e0ac9.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2013060900-1.8.15-site_secret-404fc165cf9e0ac9.php')
-rw-r--r--engine/lib/upgrades/2013060900-1.8.15-site_secret-404fc165cf9e0ac9.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2013060900-1.8.15-site_secret-404fc165cf9e0ac9.php b/engine/lib/upgrades/2013060900-1.8.15-site_secret-404fc165cf9e0ac9.php
index b5b614762..538d74dd6 100644
--- a/engine/lib/upgrades/2013060900-1.8.15-site_secret-404fc165cf9e0ac9.php
+++ b/engine/lib/upgrades/2013060900-1.8.15-site_secret-404fc165cf9e0ac9.php
@@ -9,5 +9,8 @@
$strength = _elgg_get_site_secret_strength();
if ($strength !== 'strong') {
+ // a new key is needed immediately
+ register_translations(elgg_get_root_path() . 'languages/');
+
elgg_add_admin_notice('weak_site_key', elgg_echo("upgrade:site_secret_warning:$strength"));
}