Fix Var Bug

This commit is contained in:
Marcel 2016-10-23 20:40:40 +02:00 committed by GitHub
parent f782705114
commit 03e6b6e878

View File

@ -188,7 +188,7 @@ if (filter_var($community[$community_id]["download_path"], FILTER_VALIDATE_URL)
for( $j=0; $j<$installation_count; $j++ ) { for( $j=0; $j<$installation_count; $j++ ) {
if($variante[$entwicklung[$i]][$installation[$j]] == 1) { if($variante[$entwicklung[$i]][$installation[$j]] == 1) {
$file_count = count($files[$entwicklung[$i]][$installation[$j]]); $file_count = count($files[$entwicklung[$i]][$installation[$j]]);
for( $x=0; $x<$some_count; $x++) { for( $x=0; $x<$file_count; $x++) {
$anzahl_hersteller = count($hersteller); $anzahl_hersteller = count($hersteller);
for( $y=0; $y<$anzahl_hersteller; $y++) { for( $y=0; $y<$anzahl_hersteller; $y++) {
if($pos = stripos($files[$entwicklung[$i]][$installation[$j]][$x], $hersteller[$y]['filename'], $pos_hersteller[$entwicklung[$i]][$installation[$j]]-1) !== false) { if($pos = stripos($files[$entwicklung[$i]][$installation[$j]][$x], $hersteller[$y]['filename'], $pos_hersteller[$entwicklung[$i]][$installation[$j]]-1) !== false) {