소스 검색

fix in getPref thnx to Edwin Pranoto

stekkel 23 년 전
부모
커밋
39822fc995
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/right_main.php

+ 1 - 1
src/right_main.php

@@ -108,7 +108,7 @@ if( isset($do_hook) && $do_hook ) {
 sqimap_mailbox_select($imapConnection, $mailbox);
 
 if (isset($composenew)) {
-    $width= getPref($username, $data_dir, 'editor_size', 76);
+    $width= getPref($data_dir, $username, 'editor_size', 76);
     if ($width < 65) {
         $pix_width = 560;
     } else {