From 60a487a996b41021f4c039eed87a857d914199fb Mon Sep 17 00:00:00 2001 From: Jean Paul Galea Date: Fri, 17 Jul 2015 22:12:59 +0200 Subject: [PATCH] Cosmetic changes. --- ykval-synclib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykval-synclib.php b/ykval-synclib.php index 90b909f..3e6e947 100644 --- a/ykval-synclib.php +++ b/ykval-synclib.php @@ -452,7 +452,7 @@ class SyncLib /* Send out requests */ - $ans_arr=retrieveURLasync("YK-VAL sync", $urls, $this->myLog, $ans_req, $match="status=OK", $returl=True, $timeout, $this->curlopts); + $ans_arr = retrieveURLasync('YK-VAL sync', $urls, $this->myLog, $ans_req, $match='status=OK', $returl=True, $timeout, $this->curlopts); if (!is_array($ans_arr)) { $this->log(LOG_WARNING, 'No responses from validation server pool');