1
0
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:
Jean Paul Galea 2015-07-17 23:17:37 +02:00
parent ed169f49c5
commit acfafc5d72

View File

@ -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");