Explorar el Código

Anomalie #805: Listes de lectures: click autoplay: mauvaise piste

Bastien Sevajol hace 11 años
padre
commit
b3ba9375a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Muzich/CoreBundle/Managers/PlaylistManager.php

+ 1 - 1
src/Muzich/CoreBundle/Managers/PlaylistManager.php Ver fichero

@@ -82,7 +82,7 @@ class PlaylistManager
82 82
     
83 83
     if ($offset)
84 84
     {
85
-      $query_builder->setFirstResult( $offset-1 )
85
+      $query_builder->setFirstResult( $offset )
86 86
         ->setMaxResults( count($element_ids) );
87 87
     }
88 88