reverse sort downloads

This commit is contained in:
mappu 2014-05-24 17:55:58 +12:00
parent 542453939e
commit 79c07edb4d
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@ class CProject {
$this->downloads[] = $file;
}
}
natcasesort($this->downloads);
$this->downloads = array_reverse($this->downloads);
}
public function genHomeImage() {