CRM-16373 - CRM_Core_Config_Variables should be strictly about data
[civicrm-core.git] / install / index.php
index 3e461f52818203d7f17a1e9bc7b1299aca97536f..d3a822246c4a2c9a525f00eb4594a0131561a1b1 100644 (file)
@@ -170,7 +170,6 @@ $config = CRM_Core_Config::singleton(FALSE);
 $GLOBALS['civicrm_default_error_scope'] = NULL;
 
 // The translation files are in the parent directory (l10n)
-$config->gettextResourceDir = '..' . DIRECTORY_SEPARATOR . $config->gettextResourceDir;
 $i18n = CRM_Core_I18n::singleton();
 
 global $cmsPath;