瀏覽代碼

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);
 sqimap_mailbox_select($imapConnection, $mailbox);
 
 
 if (isset($composenew)) {
 if (isset($composenew)) {
-    $width= getPref($username, $data_dir, 'editor_size', 76);
+    $width= getPref($data_dir, $username, 'editor_size', 76);
     if ($width < 65) {
     if ($width < 65) {
         $pix_width = 560;
         $pix_width = 560;
     } else {
     } else {