Skip to content
Snippets Groups Projects
Commit e93b80ab authored by Carsten  Rose's avatar Carsten Rose
Browse files

typeAhead.php: refactor variable name.

parent 5eb68d27
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@ require_once(__DIR__ . '/../qfq/Constants.php');
*
*/
try {
$qfq = new \qfq\TypeAhead();
$typeAhead = new \qfq\TypeAhead();
$answer = $qfq->process();
$answer = $typeAhead->process();
} catch (\Exception $e) {
// $answer[API_MESSAGE] = "Generic Exception: " . $e->getMessage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment