mirror of https://github.com/itflow-org/itflow
Fix bug with initializing variable name
This commit is contained in:
parent
66d4ebc482
commit
e54eae13a7
|
|
@ -23,7 +23,7 @@ if(isset($_GET['query'])){
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
$query = "";
|
$query = "";
|
||||||
$number_query = "";
|
$phone_query = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
//Column Filter
|
//Column Filter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue