summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-08-30 06:40:22 -0300
committerYaco <franco@reevo.org>2019-08-30 06:40:22 -0300
commit98423d70313c9eb95c8a9b0844385ee1d7c46d27 (patch)
tree9eeefed990880a28b85e63aa6e22a44b86312a40 /bin
parentf831430f3aa33e229c01491cd65fb49860b6f8e4 (diff)
cambia enlace porque se rompia
Diffstat (limited to 'bin')
-rw-r--r--bin/wiki/ImportarExperiencia/index.php2
1 files changed, 1 insertions, 1 deletions
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[] = "<tr><th scope='row'>$line[0]</th><td>$line[1]</td><td><a target='_blank' href='/Experiencia:$url'>/Experiencia:$line[1]</a></td></tr>";
} else {
if ($line[2] === 'no') { // diferencia si ya se marco como omitido o aun esta en duda