[geeklog-hg] geeklog: SLV debug option didn't work: fixed wrong object name

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Sep 29 02:58:04 EDT 2015


changeset 9625:276ffb7db1bf
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/276ffb7db1bf
user: Dirk Haun <dirk at haun-online.de>
date: Tue Sep 29 08:57:58 2015 +0200
description:
SLV debug option didn't work: fixed wrong object name

diffstat:

 plugins/spamx/SLVbase.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1d3483c2be10 -r 276ffb7db1bf plugins/spamx/SLVbase.class.php
--- a/plugins/spamx/SLVbase.class.php	Mon Sep 28 15:41:58 2015 +0200
+++ b/plugins/spamx/SLVbase.class.php	Tue Sep 29 08:57:58 2015 +0200
@@ -79,7 +79,7 @@
         $cli = new XML_RPC_Client('/slv.php', 'http://www.linksleeve.org');
 
         if ($this->_debug) {
-            $client->setDebug(1);
+            $cli->setDebug(1);
         }
 
         $resp = $cli->send($msg, $_SPX_CONF['timeout']);



More information about the geeklog-cvs mailing list