Skip to content

Commit a9c7da4

Browse files
committed
Add a query var to indicate that the query is generated by AQL
1 parent 37438c5 commit a9c7da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Query_Params_Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Query_Params_Generator {
5959
*
6060
* @var array
6161
*/
62-
private array $custom_args = array();
62+
private array $custom_args = array( 'is_aql' => true );
6363

6464
/**
6565
* Construct method

0 commit comments

Comments
 (0)