Can't call hasMethod() when generating a link - the method name will never exist.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 15 Aug 2009 19:37:59 +0000 (15:37 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 15 Aug 2009 19:40:27 +0000 (15:40 -0400)
commit222b4c5851d7b5cf77b975a2966db902da598d3a
treea5f7c27abaf442188a3d1afca7c42b75ccfa762f
parent61390c1f227fb1c6facdafe4ecf5aaae3ec89d32
Can't call hasMethod() when generating a link - the method name will never exist.

No need to call Horde_Registry::hasMethod() from linkByPackage() anymore since we now
load the api cache directly from the linkByPackage() - the hasMethod() call was always
failing since the name of the link does not exist as a true API method call.
framework/Core/lib/Horde/Registry.php