X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FCategoryFinder.php;h=2a70f5f3fd4749e534f42a6b059058d920348513;hp=89bf5c7327058dd3bfd643d5b8ed5f82642aa7d7;hb=d94c0484302f80cf30ef107b2fdb6b84293e1937;hpb=08a3993adcd046f47cc47d58c8e41959840ffb9a diff --git a/includes/CategoryFinder.php b/includes/CategoryFinder.php index 89bf5c7327..2a70f5f3fd 100644 --- a/includes/CategoryFinder.php +++ b/includes/CategoryFinder.php @@ -190,7 +190,7 @@ class CategoryFinder { $layer = []; $res = $this->dbr->select( /* FROM */ 'categorylinks', - /* SELECT */ '*', + /* SELECT */ [ 'cl_to', 'cl_from' ], /* WHERE */ [ 'cl_from' => $this->next ], __METHOD__ . '-1' );