mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 09:24:12 +01:00
and { is needed.
This commit is contained in:
parent
2bbb3b4c02
commit
3f17b7bdc1
@ -383,7 +383,7 @@ class SyncLib
|
||||
|
||||
$urls=array();
|
||||
$res=$this->db->findByMultiple('queue', array("modified"=>$this->otpParams['modified'], "server_nonce"=>$this->server_nonce));
|
||||
foreach($res as $row)
|
||||
foreach($res as $row) {
|
||||
$urls[]=$this->db->getRowValue($row, 'server') .
|
||||
"?otp=" . $this->db->getRowValue($row, 'otp') .
|
||||
"&modified=" . $this->db->getRowValue($row, 'modified') .
|
||||
|
Loading…
Reference in New Issue
Block a user