Browse Source

Fix account linking staff tool thing

For real though how was this even left broken like this? Did what.cd
just never use this feature or did they only half-port it to their
public repo?
spaghetti 8 years ago
parent
commit
24093e0037
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      sections/user/index.php

+ 3
- 0
sections/user/index.php View File

@@ -57,6 +57,9 @@ switch ($_REQUEST['action']) {
57 57
   case 'delete_invite':
58 58
     include('delete_invite.php');
59 59
     break;
60
+  case 'dupes':
61
+    include('manage_linked.php');
62
+    break;
60 63
   case 'sessions':
61 64
     include('sessions.php');
62 65
     break;

Loading…
Cancel
Save