Explorar el Código

Fix var override

Jordi Boggiano hace 13 años
padre
commit
0974744382
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Packagist/WebBundle/Command/IndexPackagesCommand.php

+ 2 - 2
src/Packagist/WebBundle/Command/IndexPackagesCommand.php

@@ -61,8 +61,8 @@ class IndexPackagesCommand extends ContainerAwareCommand
         }
 
         $ids = array();
-        foreach ($packages as $package) {
-            $ids[] = $package['id'];
+        foreach ($packages as $row) {
+            $ids[] = $row['id'];
         }
 
         // clear index before a full-update