From: Michael J. Rubinsky Date: Thu, 9 Jul 2009 15:24:24 +0000 (-0400) Subject: Eh, fix the class name of Horde_Registry_Caller - and remove the X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=40c61ec855162ad2b7a17ffb19b40ef9eb2c561e;p=horde.git Eh, fix the class name of Horde_Registry_Caller - and remove the class I added erroneously to Registry.php --- diff --git a/framework/Core/lib/Horde/Horde/Registry.php b/framework/Core/lib/Horde/Horde/Registry.php index 7c85c0b16..d3d4779ce 100644 --- a/framework/Core/lib/Horde/Horde/Registry.php +++ b/framework/Core/lib/Horde/Horde/Registry.php @@ -1135,37 +1135,3 @@ class Horde_Registry } } - -/** - * @package Core - */ -class Horde_Registry_Caller -{ - /** - * TODO - */ - protected $registry; - - /** - * TODO - */ - protected $api; - - /** - * TODO - */ - public function __construct($registry, $api) - { - $this->registry = $registry; - $this->api = $api; - } - - /** - * TODO - */ - public function __call($method, $args) - { - return $this->registry->call($this->api . '/' . $method, $args); - } - -} diff --git a/framework/Core/lib/Horde/Horde/Registry/Caller.php b/framework/Core/lib/Horde/Horde/Registry/Caller.php index 661b2bbc1..1189a7710 100644 --- a/framework/Core/lib/Horde/Horde/Registry/Caller.php +++ b/framework/Core/lib/Horde/Horde/Registry/Caller.php @@ -9,7 +9,7 @@ * * @package Core */ -class RegistryCaller +class Horde_Registry_Caller { /** * TODO