X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCategoryfinder.php;h=6ef224b607d87058c3d9e73429dbe7b27783cd2e;hb=8aaed96eb48f5b8b78ec8fe4287d7295a0039871;hp=59e659310809e71d9be6c284cc00ff7a14ff02e5;hpb=fac1ec45f1201c913f4dc1dc7a2a31d21f77993c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Categoryfinder.php b/includes/Categoryfinder.php index 59e6593108..6ef224b607 100644 --- a/includes/Categoryfinder.php +++ b/includes/Categoryfinder.php @@ -124,7 +124,7 @@ class Categoryfinder { $path[] = $id; - # Shortcut (runtime paranoia): No contitions=all matched + # Shortcut (runtime paranoia): No conditions=all matched if ( count( $conds ) == 0 ) { return true; }