summaryrefslogtreecommitdiff
path: root/bin/wiki/ListarPaginas.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-11-22 07:26:05 -0300
committerYaco <franco@reevo.org>2019-11-22 07:26:05 -0300
commit78ddb669901d866549cd71556a068bcd45a5467d (patch)
treef4548bc1e9b43de0e4fc7c51ba5bb66e45249d73 /bin/wiki/ListarPaginas.php
parent1ce015ef02b94867bc3f151ccbe8602dbe7eda54 (diff)
quita acento
Diffstat (limited to 'bin/wiki/ListarPaginas.php')
-rw-r--r--bin/wiki/ListarPaginas.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wiki/ListarPaginas.php b/bin/wiki/ListarPaginas.php
index 4403d1de..96a4d6ef 100644
--- a/bin/wiki/ListarPaginas.php
+++ b/bin/wiki/ListarPaginas.php
@@ -23,7 +23,7 @@ if ($argv[1]) {
$pageListGetter = $services->newPageListGetter();
$tipo = explode(':',$argv[1]);
switch ($tipo[0]) {
- case 'Categoría':
+ case 'Categoria':
$examplePages = $pageListGetter->getPageListFromCategoryName( $argv[1] );
break;
case 'Plantilla':