Index: trunk/extensions/CentralAuth/CentralAuthUser.php |
— | — | @@ -17,6 +17,7 @@ |
18 | 18 | * The username of the current user. |
19 | 19 | */ |
20 | 20 | private $mName; |
| 21 | + private $mStateDirty = false; |
21 | 22 | |
22 | 23 | function __construct( $username ) { |
23 | 24 | $this->mName = $username; |