mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-04-04 19:25:28 +02:00
Refactor.
- be explicit and declare as public, since we're clearly using it.
This commit is contained in:
parent
ed169f49c5
commit
acfafc5d72
@ -162,7 +162,7 @@ class SyncLib
|
||||
error_log("Warning: myLog uninitialized in ykval-synclib.php. Message is " . $logMsg);
|
||||
}
|
||||
|
||||
function getLocalParams($yk_publicname)
|
||||
public function getLocalParams($yk_publicname)
|
||||
{
|
||||
$this->log(LOG_DEBUG, "searching for yk_publicname $yk_publicname in local db");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user