Explorar o código

fix in getPref thnx to Edwin Pranoto

stekkel %!s(int64=23) %!d(string=hai) anos
pai
achega
39822fc995
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {