Prefixed increment/decrement equivalent.

(cherry picked from commit a4965bf)
This commit is contained in:
Yuriy Pikhtarev 2017-05-05 01:07:02 +03:00 committed by Vasily Komrakov
commit 748476b802
No known key found for this signature in database
GPG key ID: 558236680C20A69A

View file

@ -123,7 +123,7 @@ class sitemap
$this->priority = $this->topic_priority;
if ($page) {
$page = $page - 1;
--$page;
$page = $page * 40000;
$this->limit = " LIMIT {$page},40000";
} else {