Explorar o código

Removes uppercase orders.

Benjamin Michalski %!s(int64=10) %!d(string=hai) anos
pai
achega
43c085bf98
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/Packagist/WebBundle/Controller/WebController.php

+ 0 - 2
src/Packagist/WebBundle/Controller/WebController.php

@@ -263,8 +263,6 @@ class WebController extends Controller
             $allowedOrders = array(
                 'asc' => 1,
                 'desc' => 1,
-                'ASC' => 1,
-                'DESC' => 1
             );
 
             $filteredOrderBys = array();