Browse Source

fix in getPref thnx to Edwin Pranoto

stekkel 23 years ago
parent
commit
39822fc995
1 changed files with 1 additions and 1 deletions
  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 {