* fix the bug of burn data order.

This commit is contained in:
wangchunsheng
2012-09-04 00:44:31 +00:00
parent ea76ef34b8
commit 1c079a779f

View File

@@ -505,6 +505,7 @@ class projectModel extends model
unset($projectBurn->project);
}
ksort($projectBurns);
$burns[$projectID] = $projectBurns;
}