Index: trunk/phase3/includes/User.php |
— | — | @@ -2673,7 +2673,7 @@ |
2674 | 2674 | * Set this user's options from an encoded string |
2675 | 2675 | * @param $str String Encoded options to import |
2676 | 2676 | */ |
2677 | | - private function decodeOptions( $str ) { |
| 2677 | + public function decodeOptions( $str ) { |
2678 | 2678 | if( !$str ) |
2679 | 2679 | return; |
2680 | 2680 | |