Index: trunk/extensions/SocialProfile/SocialProfile.php |
— | — | @@ -70,6 +70,10 @@ |
71 | 71 | $wgSpecialPageGroups['ViewRelationshipRequests'] = 'users'; |
72 | 72 | $wgSpecialPageGroups['ViewRelationships'] = 'users'; |
73 | 73 | |
| 74 | +// Necessary AJAX functions |
| 75 | +require_once("$IP/extensions/SocialProfile/UserBoard/UserBoard_AjaxFunctions.php"); |
| 76 | +require_once("$IP/extensions/SocialProfile/UserRelationship/Relationship_AjaxFunctions.php"); |
| 77 | + |
74 | 78 | // What to display on social profile pages by default? |
75 | 79 | $wgUserProfileDisplay['board'] = true; |
76 | 80 | $wgUserProfileDisplay['foes'] = true; |