issue124, also if rate-sort is set to DESC, 2nd-sort by photo-name should be ASC
[phpfspot.git] / phpfspot.class.php
index ee521c61a7c8f3c55b6d21212f1cf44e6fa9156e..d7a76c3a50d9cfd80830dda1553a87f6007d9b52 100644 (file)
@@ -2749,7 +2749,7 @@ class PHPFSPOT {
             return " ORDER BY p.rating ASC, t.name ASC";
             break;
          case 'rate_desc':
-            return " ORDER BY p.rating DESC, t.name DESC";
+            return " ORDER BY p.rating DESC, t.name ASC";
             break;
       }