Index: trunk/extensions/SocialProfile/UserProfile/SpecialUpdateProfile.php |
— | — | @@ -88,14 +88,14 @@ |
89 | 89 | } |
90 | 90 | switch( $section ) { |
91 | 91 | case 'basic': |
92 | | - $this->saveProfileBasic(); |
| 92 | + $this->saveProfileBasic( $wgUser ); |
93 | 93 | $this->saveSettings_basic(); |
94 | 94 | break; |
95 | 95 | case 'personal': |
96 | | - $this->saveProfilePersonal(); |
| 96 | + $this->saveProfilePersonal( $wgUser ); |
97 | 97 | break; |
98 | 98 | case 'custom': |
99 | | - $this->saveProfileCustom(); |
| 99 | + $this->saveProfileCustom( $wgUser ); |
100 | 100 | break; |
101 | 101 | case 'preferences': |
102 | 102 | $this->saveSettings_pref(); |