summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/wot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wot.php b/www/wot.php
index 25eb213..2bd4622 100644
--- a/www/wot.php
+++ b/www/wot.php
@@ -245,7 +245,7 @@
if($_SESSION['profile']['board'] == 1 && intval($_POST['expire']) > 0)
{
- $_POST['method'] == "Administrative Increase";
+ $_POST['method'] = "Administrative Increase";
$newpoints = 200 - $drow['total'];
if(intval($_POST['expire']) > 45)
$_POST['expire'] = 45;