Index: trunk/extensions/UsabilityInitiative/PrefSwitch/SpecialPrefSwitch.php |
— | — | @@ -85,7 +85,9 @@ |
86 | 86 | $globalUser->getName(), |
87 | 87 | true |
88 | 88 | ); |
89 | | - self::switchOffUser( $remoteUser ); |
| 89 | + if ( $remoteUser ) { |
| 90 | + self::switchOffUser( $remoteUser ); |
| 91 | + } |
90 | 92 | } |
91 | 93 | } |
92 | 94 | } |