Browse Source

Fix freeleech token typo

pjc 5 years ago
parent
commit
dae5aa97d8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/tools/managers/tokens.php

+ 1
- 1
sections/tools/managers/tokens.php View File

@@ -31,7 +31,7 @@ if (isset($_REQUEST['addtokens'])) {
31 31
   while (list($UserID) = $DB->next_record()) {
32 32
     $Cache->delete_value("user_info_heavy_$UserID");
33 33
   }
34
-  $message = '<strong>' . number_format($Tokens) . 'freeleech tokens added to all enabled users' . (!isset($_REQUEST['leechdisabled']) ? ' with enabled leeching privs' : '') . '.</strong><br /><br />';
34
+  $message = '<strong>' . number_format($Tokens) . ' freeleech tokens added to all enabled users' . (!isset($_REQUEST['leechdisabled']) ? ' with enabled leeching privs' : '') . '.</strong><br /><br />';
35 35
 } elseif (isset($_REQUEST['cleartokens'])) {
36 36
   authorize();
37 37
   $Tokens = $_REQUEST['numtokens'];

Loading…
Cancel
Save