Pluf Framework

Pluf Framework Commit Details


Date:2009-09-24 09:52:53 (15 years 2 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:b4590114b61136f4c8e555fee64a163ae1b93c20
Parents: db7bf26632ef0772755d95c97781f458c5381fe6
Message:Fixed a small issue in the order not correctly initialized in some cases.

Changes:

File differences

src/Pluf/Paginator.php
614614
615615
616616
617
617
618
618619
619620
620621
$durl = $this->getUrl($params);
$desc = '<a href="'.$durl.'" >'.__('desc').'</a>';
if (strlen($title)) {
if ($this->sort_order[0] == $field
if (count($this->sort_order) == 2
and $this->sort_order[0] == $field
and $this->sort_order[1] == 'ASC') {
return '<a href="'.$durl.'" >'.$title.'</a>';
}

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.06741s using 13 queries.