correccion cache
This commit is contained in:
parent
cf59d7029f
commit
163d00fb94
@ -283,7 +283,7 @@ if (!copy($geojson_original, $nuevo_fichero)) {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
$geojson_generado = "cache/geojson_$_REQUEST[id].json";
|
$geojson_generado = "cache/geojson_$_REQUEST[id].json";
|
||||||
if (is_readable($geojson_generado)) {
|
if (is_readable($geojson_generado) && $cadena_busqueda=="") {
|
||||||
$geojson= "$geojson_generado";
|
$geojson= "$geojson_generado";
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user