• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki: Commit


Commit MetaInfo

Revisiónd17082884c740f5936dce4257270ace3a0e9d928 (tree)
Tiempo2017-09-13 00:08:01
Autorumorigu <umorigu@gmai...>
Commiterumorigu

Log Message

BugTrack/2292 Remove redundant text search in do_search()

Cambiar Resumen

Diferencia incremental

--- a/lib/func.php
+++ b/lib/func.php
@@ -341,6 +341,7 @@ function do_search($word, $type = 'AND', $non_format = FALSE, $base = '')
341341 if ($search_auth && ! check_readable($page, false, false)) {
342342 unset($pages[$page]);
343343 --$count;
344+ continue;
344345 }
345346
346347 // Search for page contents
Show on old repository browser