diff --git a/sites/all/modules/pubdlcnt/pubdlcnt.module b/sites/all/modules/pubdlcnt/pubdlcnt.module
index b4a81ae..3c59aa7 100644
--- a/sites/all/modules/pubdlcnt/pubdlcnt.module
+++ b/sites/all/modules/pubdlcnt/pubdlcnt.module
@@ -1379,7 +1379,7 @@
 function _pubdlcnt_language_prefix() {
   global $language;
 
-  if ($language->prefix != '' && variable_get('language_negotiation', LANGUAGE_NEGOTIATION_NONE) != LANGUAGE_NEGOTIATION_NONE) {
+  if ($language->prefix != '' && variable_get('language_negotiation', LANGUAGE_NEGOTIATION_DEFAULT) != LANGUAGE_NEGOTIATION_DEFAULT) {
     return $language->prefix . '/';
   }
   return '';
