mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Check the correct variable. Whoops.
This commit is contained in:
parent
84c5fbea22
commit
ccfa2f3622
@ -231,8 +231,8 @@ class AwlQuery
|
||||
$this->execution_time = 0;
|
||||
$this->error_info = null;
|
||||
$this->rownum = -1;
|
||||
if ( isset($dbconn) ) $this->connection = $_awl_dbconn;
|
||||
else $this->connection = null;
|
||||
if ( isset($_awl_dbconn) ) $this->connection = $_awl_dbconn;
|
||||
else $this->connection = null;
|
||||
|
||||
$argc = func_num_args();
|
||||
$args = func_get_args();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user