Explorar el Código

Revert "fix array size"

This reverts commit 5f7cab93e0.
tags/v1.7
Nico Rey hace 3 años
padre
commit
e440b32fe5
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. +1
    -5
      templates/webpanel/Model/Conn.php

+ 1
- 5
templates/webpanel/Model/Conn.php Ver fichero

@@ -62,13 +62,9 @@
}
break;
case 2: // ISS
if ($pass['img_count'] == 1) {
$enhacements[] = "-0.png";
} else {
for ($x = 0; $x <= $pass['img_count']; $x+=1) {
for ($x = 0; $x <= $$pass['img_count']; $x+=1) {
$enhacements[] = "-$x.png";
}
}
break;
}
return $enhacements;


Cargando…
Cancelar
Guardar