Merge pull request #4252 from civicrm/4.4
[civicrm-core.git] / CRM / Admin / Form / WordReplacements.php
index 21a1d99c068d588ecb9fddd1b8252b5018325aef..f432dede188839bdf5064df4512cc871ee287ef4 100644 (file)
@@ -44,7 +44,7 @@ class CRM_Admin_Form_WordReplacements extends CRM_Core_Form {
     // but that's no longer the canonical store. Re-sync from canonical store to ensure
     // that we display that latest data. This is inefficient - at some point, we
     // should rewrite this UI.
-    CRM_Core_BAO_WordReplacement::rebuild();
+    CRM_Core_BAO_WordReplacement::rebuild(FALSE);
 
     $this->_soInstance = CRM_Utils_Array::value('instance', $_GET);
     $this->assign('soInstance', $this->_soInstance);