[3.0] Upgrader login fixes#9302
Conversation
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
cbac018 to
a73718e
Compare
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
a73718e to
dd318d6
Compare
|
Okay, I think I am done messing with this PR. @sbulen, would you care to test whether it solves the problem of not being logged after the upgrader exits? |
7049865 to
8be3518
Compare
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
8be3518 to
1f2c789
Compare
2.1 => 3.0
|
|
Well, phooey. I must have broken something in my tinkering after I first pushed. I suppose that's what I get for trying to code while sleepy. |
Partial fix for #9293
Maintenance::$contextwith just plain oldUtils::$context. Upon closer inspection, I realized that there was neither any need nor any benefit to having a separate version of$context; it just caused headaches when using other code, such asSecurityToken::create(), that is already designed to work withUtils::$context.