Brion Vibber 7f8dbb8e45 Fix bug 1963: Web UI throws warnings during previously open login session after user account is deleted
common_logged_in() returned bogus results because it checks against null specifically, but common_current_user() was sticking 'false' into $_cur because that's what User::staticGet() returned from a failed lookup. Now we skip over a failed lookup here, so we keep null and all is well.
2009-11-11 10:38:11 -08:00
..
2009-11-09 20:01:46 +01:00
2009-11-04 22:12:01 -08:00
2009-11-09 20:01:46 +01:00
2009-11-06 15:28:58 +01:00
2009-11-09 20:01:46 +01:00
2009-10-29 16:15:49 -04:00
2009-11-09 20:01:46 +01:00
2009-09-03 14:58:50 -04:00
2009-11-07 19:16:15 -05:00
2009-10-02 15:02:33 -04:00
2009-11-08 22:39:02 +01:00