r91206 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91205‎ | r91206 | r91207 >
Date:19:40, 30 June 2011
Author:ashley
Status:deferred
Tags:
Comment:
I love you PHP, I really do.
Modified paths:
  • /trunk/extensions/SocialProfile/UserProfile/SpecialUpdateProfile.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserProfile/SpecialUpdateProfile.php
@@ -88,14 +88,14 @@
8989 }
9090 switch( $section ) {
9191 case 'basic':
92 - $this->saveProfileBasic();
 92+ $this->saveProfileBasic( $wgUser );
9393 $this->saveSettings_basic();
9494 break;
9595 case 'personal':
96 - $this->saveProfilePersonal();
 96+ $this->saveProfilePersonal( $wgUser );
9797 break;
9898 case 'custom':
99 - $this->saveProfileCustom();
 99+ $this->saveProfileCustom( $wgUser );
100100 break;
101101 case 'preferences':
102102 $this->saveSettings_pref();

Follow-up revisions

RevisionCommit summaryAuthorDate
r92735SocialProfile: fix "PHP Warning: Missing argument 1 for SpecialUpdateProfile:...ashley07:15, 21 July 2011

Status & tagging log