dever hace 4 años
padre
commit
0d3e08445c
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      database/avatar.php

+ 2 - 3
database/avatar.php

@@ -75,9 +75,8 @@ return array
             (
                 'state' => 1,
             ),
-            'type' => 'all',
-            'order' => array('rand()' => ''),
-            'limit' => '0,1000',
+            'type' => 'one',
+            'order' => 'rand()',
             'col' => '*',
         ),
     ),