From 98423d70313c9eb95c8a9b0844385ee1d7c46d27 Mon Sep 17 00:00:00 2001 From: Yaco Date: Fri, 30 Aug 2019 06:40:22 -0300 Subject: cambia enlace porque se rompia --- bin/wiki/ImportarExperiencia/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/wiki/ImportarExperiencia/index.php b/bin/wiki/ImportarExperiencia/index.php index 2b77b43e..d6270b69 100644 --- a/bin/wiki/ImportarExperiencia/index.php +++ b/bin/wiki/ImportarExperiencia/index.php @@ -273,7 +273,7 @@ function accessProtected($obj, $prop) { while (($line = fgetcsv($file)) !== FALSE) { if ($line[2] === 'si') { // diferencia si esta importado - $url = urlencode($line[1]); + $url = $line[1]; $collect[] = "$line[0]$line[1]/Experiencia:$line[1]"; } else { if ($line[2] === 'no') { // diferencia si ya se marco como omitido o aun esta en duda -- cgit v1.2.1