Browse Source

Update Forum\Delete

Visman 3 years ago
parent
commit
b2b45a62a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/Forum/Delete.php

+ 1 - 1
app/Models/Forum/Delete.php

@@ -80,7 +80,7 @@ class Delete extends Action
             $this->c->DB->exec($query, $vars);
 
             $query = 'UPDATE ::forums
-                SET last_poster_id=1
+                SET last_poster_id=0
                 WHERE last_poster_id IN (?ai:users)';
 
             $this->c->DB->exec($query, $vars);