Explorar o código

$just_logged_in need to be set to 1 not 0. This kept the $motd from ever showing, it also broke my patch for auto recreating Trash and Sent folders. I don't believe it affect anything else.

cosworth %!s(int64=24) %!d(string=hai) anos
pai
achega
e14c37aaf1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/webmail.php

+ 1 - 1
src/webmail.php

@@ -90,7 +90,7 @@
    } else if ($right_frame == 'folders.php') {
       $right_frame_url = 'folders.php';
    } else {
-      if (!isset($just_logged_in)) $just_logged_in = 0;
+      if (!isset($just_logged_in)) $just_logged_in = 1;
       $right_frame_url = "right_main.php?just_logged_in=$just_logged_in";
    }