Explorar el Código

Fix syntax error

pdontthink hace 18 años
padre
commit
b7c1f07be0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/languages.php

+ 1 - 1
include/languages.php

@@ -89,7 +89,7 @@ function sq_change_text_domain($domain_name, $directory='') {
 function sq_bindtextdomain($domain,$dir='') {
     global $l10n, $gettext_flags, $sm_notAlias;
 
-    if (empty($dir)) $dir = SM_PATH . 'locale/'
+    if (empty($dir)) $dir = SM_PATH . 'locale/';
 
     if ($gettext_flags==7) {
         // gettext extension without ngettext