Code

Added dependency to libnet-pcap-perl.
[gosa.git] / gosa-core / html / index.php
index ee95d68af5de509c1e68d94f089c166ab05633fe..94a4fb3458692bdfdbaa323086d567158d44435a 100644 (file)
@@ -169,7 +169,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);
 $smarty->assign ('nextfield', 'username');