mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Prefixed increment/decrement equivalent.
(cherry picked from commit a4965bf
)
This commit is contained in:
parent
a1ca9a0466
commit
748476b802
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class sitemap
|
||||||
$this->priority = $this->topic_priority;
|
$this->priority = $this->topic_priority;
|
||||||
|
|
||||||
if ($page) {
|
if ($page) {
|
||||||
$page = $page - 1;
|
--$page;
|
||||||
$page = $page * 40000;
|
$page = $page * 40000;
|
||||||
$this->limit = " LIMIT {$page},40000";
|
$this->limit = " LIMIT {$page},40000";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue