Code

Added dependency to libnet-pcap-perl.
[gosa.git] / gosa-core / html / helpviewer.php
index fed1414feb768dcfc50d6b890917a1952173e934..8107ef4e659dd87c4c282ac370ed5f9beb35da8c 100644 (file)
@@ -55,7 +55,7 @@ $GLOBALS['t_language']= $lang;
 $GLOBALS['t_gettext_message_dir'] = $BASE_DIR.'/locale/';
 
 $domain = 'messages';
-bindtextdomain($domain, "$BASE_DIR/locale");
+bindtextdomain($domain, LOCALE_DIR);
 textdomain($domain);
 @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $lang, "Setting language to");