r92735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92734‎ | r92735 | r92736 >
Date:07:15, 21 July 2011
Author:ashley
Status:ok
Tags:
Comment:
SocialProfile: fix "PHP Warning: Missing argument 1 for SpecialUpdateProfile::saveSettings_basic(), called in SocialProfile\UserProfile\SpecialUpdateProfile.php on line 92 and defined in SocialProfile\UserProfile\SpecialUpdateProfile.php on line 159"; follow-up to r91206
Modified paths:
  • /trunk/extensions/SocialProfile/UserProfile/SpecialUpdateProfile.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserProfile/SpecialUpdateProfile.php
@@ -89,7 +89,7 @@
9090 switch( $section ) {
9191 case 'basic':
9292 $this->saveProfileBasic( $wgUser );
93 - $this->saveSettings_basic();
 93+ $this->saveSettings_basic( $wgUser );
9494 break;
9595 case 'personal':
9696 $this->saveProfilePersonal( $wgUser );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91206I love you PHP, I really do.ashley19:40, 30 June 2011

Status & tagging log