浏览代码

Fix syntax error

pdontthink 18 年之前
父节点
当前提交
b7c1f07be0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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