فهرست منبع

set uid_support to true so we can track down errors quicker if SM-1.3.0 is
released. Maybe it's not very nice for the users but we only release devel
to stabilize it quicker.

stekkel 23 سال پیش
والد
کامیت
6ff2f61819
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

@@ -297,7 +297,7 @@ if ( !$allow_server_sort ) {
     $allow_server_sort = 'false';
 }
 if ( !$uid_support ) {
-    $uid_support = 'false';
+    $uid_support = 'true';
 }
 
 if ( !$allow_charset_search ) {