Code

Added dependency to libnet-pcap-perl.
[gosa.git] / gosa-core / html / setup.php
index 5bf7f92ebdae6d11b1a5e24b9810b46480a6db6b..77454483a136098816abe55d9170efefd668fc5b 100644 (file)
@@ -104,7 +104,7 @@ $GLOBALS['t_gettext_message_dir'] = $BASE_DIR.'/locale/';
 
 /* Set the text domain as 'messages' */
 $domain = 'messages';
-bindtextdomain($domain, "$BASE_DIR/locale");
+bindtextdomain($domain, LOCALE_DIR);
 textdomain($domain);