Pluf Framework

Pluf Framework Commit Details


Date:2011-05-24 18:13:02 (13 years 6 months ago)
Author:Thomas Keller
Branch:develop, master
Commit:3f985c690c87a9629940e7419f15491ae3a35f55
Parents: 397226475e85086523bb549e8ea7127f4db680c5
Message:Fix issue 685

Changes:

File differences

src/Pluf/Paginator.php
317317
318318
319319
320
320321
321322
322323
}
if (isset($request->REQUEST['_px_p'])) {
$this->current_page = (int) $request->REQUEST['_px_p'];
$this->current_page = max(1, $this->current_page);
}
if (isset($request->REQUEST['_px_sk'])
and in_array($request->REQUEST['_px_sk'], $this->sort_fields)) {

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.06757s using 14 queries.