Visman пре 3 година
родитељ
комит
b2b45a62a4
1 измењених фајлова са 1 додато и 1 уклоњено
  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);