Skip to content
Snippets Groups Projects
Commit 1f0fba5c authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

wip specific : last visitExpression param is optional

parent ec03d208
Branches
Tags
No related merge requests found
Pipeline #7996 passed with stage
in 37 minutes and 56 seconds
......@@ -132,7 +132,7 @@ class Class_MoteurRecherche {
}
public function visitExpression($expression, $pertinence, $tri, $in_files) {
public function visitExpression($expression, $pertinence, $tri, $in_files=false) {
// Analyse de l'expression
$expression = trim($expression);
if ($expression == '*')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment