diff options
Diffstat (limited to 'app/Models/EntryDAO.php')
| -rw-r--r-- | app/Models/EntryDAO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php index 67ba84e75..28a9b8bde 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -158,7 +158,7 @@ SELECT @rank:=@rank+1 AS id, guid, title, author, content_bin, link, date, `last FROM `_entrytmp` ORDER BY date; -DELETE FROM `_entrytmp` WHERE id <= @rank;'; +DELETE FROM `_entrytmp` WHERE id <= @rank; SQL; $hadTransaction = $this->pdo->inTransaction(); if (!$hadTransaction) { |
