Index: trunk/extensions/ConfirmAccount/presentation/specialpages/actions/UserCredentials_body.php |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | |
96 | 96 | $form .= '</table></fieldset>'; |
97 | 97 | |
98 | | - $areaSet = RequestAccountPage::expandAreas( $row->acd_areas ); // FIXME: Method is undefined |
| 98 | + $areaSet = UserAccountRequest::expandAreas( $row->acd_areas ); |
99 | 99 | |
100 | 100 | if ( wfMsg( 'requestaccount-areas' ) ) { |
101 | 101 | $form .= '<fieldset>'; |