From 76b27978bbce406cf9b20677bd16814a2cb590f8 Mon Sep 17 00:00:00 2001 From: kekZiger Date: Tue, 21 May 2024 11:03:08 +0200 Subject: [PATCH] fixed ruTorrent added private $attrs; private $vars; changed: $this->url("RPC2"), to: $this->url("plugins/rpc/rpc.php"), --- ruTorrent/ruTorrent.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruTorrent/ruTorrent.php b/ruTorrent/ruTorrent.php index 163af585da..a0341ccb35 100644 --- a/ruTorrent/ruTorrent.php +++ b/ruTorrent/ruTorrent.php @@ -7,6 +7,8 @@ class ruTorrent extends \App\SupportedApps implements \App\EnhancedApps // phpcs:ignore { public $config; + private $attrs; + private $vars; public function __construct() { @@ -76,7 +78,7 @@ public function getXMLRPCData($method) try { $res = parent::execute( - $this->url("RPC2"), + $this->url("plugins/rpc/rpc.php"), $this->attrs, $this->vars );