Index: branches/preferences-work/phase3/includes/User.php |
— | — | @@ -2517,7 +2517,7 @@ |
2518 | 2518 | // Clear instance cache other than user table data, which is already accurate |
2519 | 2519 | $this->clearInstanceCache(); |
2520 | 2520 | |
2521 | | - $this->saveOptions() |
| 2521 | + $this->saveOptions(); |
2522 | 2522 | } |
2523 | 2523 | |
2524 | 2524 | /** |