зеркало из https://github.com/mozilla/pjs.git
Fix for Bug 261519 - MySQL error on RSS feeds
This commit is contained in:
Родитель
5ec731db71
Коммит
2c80209fd3
|
@ -83,7 +83,7 @@ if ($type == 'E' || $type == 'T' || $type == 'P') {
|
|||
|
||||
switch ($list) {
|
||||
case "Popular":
|
||||
$orderby = "t_version.DownloadCount DESC";
|
||||
$orderby = "t_main.DownloadCount DESC";
|
||||
break;
|
||||
case "Updated":
|
||||
$orderby = "t_main.DateUpdated DESC";
|
||||
|
|
Загрузка…
Ссылка в новой задаче