Browse Source

Fix syntax error

pdontthink 18 năm trước cách đây
mục cha
commit
b7c1f07be0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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