소스 검색

Removed fourth parameter from the NEVER option. That parameter doesn't exist.

philippe_mingo 24 년 전
부모
커밋
2177f6e70e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/options_display.php

+ 1 - 1
src/options_display.php

@@ -168,7 +168,7 @@
       $left_refresh = 'None';
    if ($left_refresh > 600)
       $left_refresh = 600;
-   RefreshOption($left_refresh, '', 'Never', _("Never"));
+   RefreshOption($left_refresh, '', _("Never"));
    RefreshOption($left_refresh, 30);
    RefreshOption($left_refresh, 60);
    RefreshOption($left_refresh, 120);