// Fixing problems with blockcart

This commit is contained in:
mDeflotte
2011-12-22 16:56:10 +00:00
parent 2e8f5fce86
commit fcec48f940
6 changed files with 40 additions and 26 deletions
-1
View File
@@ -2117,7 +2117,6 @@ FileETag INode MTime Size
foreach ($files as $file)
if (strpos($file, $real_ext) && strpos($file, $real_ext) == (strlen($file) - $real_ext_length))
$filtered_files[] = $dir . '/' . $file;
//elog($filtered_files);
return $filtered_files;
}
}