includes/clientside/static/pwstrength.js
changeset 586 234ddd896555
parent 504 bc8e0e9ee01d
child 1227 bdac73ed481e
--- a/includes/clientside/static/pwstrength.js	Thu Jun 26 17:31:33 2008 -0400
+++ b/includes/clientside/static/pwstrength.js	Thu Jun 26 18:03:04 2008 -0400
@@ -195,6 +195,7 @@
   {
     // $lang isn't initted yet, this happens sometimes on the usercp/emailpassword form.
     // Try to init it if we have ENANO_LANG_ID and enano_lang; if not, report an error.
+    load_component('l10n');
     if ( typeof(enano_lang) == 'object' && typeof(ENANO_LANG_ID) == 'number' )
     {
       language_onload();