Index: branches/5.1.x/core/kernel/db/dblist.php =================================================================== diff -u -r13159 -r13168 --- branches/5.1.x/core/kernel/db/dblist.php (.../dblist.php) (revision 13159) +++ branches/5.1.x/core/kernel/db/dblist.php (.../dblist.php) (revision 13168) @@ -1,6 +1,6 @@ Records && ($this->Page > 1)) { // no records & page > 1, try to reset to 1st page (works only when list in not counted before) - $this->Application->StoreVar($this->getPrefixSpecial().'_Page', 1); + $this->Application->StoreVar($this->getPrefixSpecial() . '_Page', 1, true); $this->SetPage(1); $this->Query($force); }