# HG changeset patch # User Dan # Date 1243429979 14400 # Node ID 4d1bb8deee881559abe8e55d286144af4a03606d # Parent 79770fb4132aedac76630d61628c04d225740b72 Whoa! I broke Live Re-Auth, fortunately after the 1.1.6 release. diff -r 79770fb4132a -r 4d1bb8deee88 includes/clientside/static/login.js --- a/includes/clientside/static/login.js Fri May 22 13:49:02 2009 -0400 +++ b/includes/clientside/static/login.js Wed May 27 09:12:59 2009 -0400 @@ -1266,7 +1266,7 @@ window.ajaxDynamicReauth = function(adminpage, level) { - if ( auth_level < USER_LEVEL_ADMIN ) + if ( auth_level < USER_LEVEL_MEMBER ) { ajaxStartLogin(); return false;