From 4b6800c01e2701c7c89f46a6fb27c15670f1fdb6 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 24 Feb 2009 11:13:10 +0000 Subject: Minor variable fix. Fixes #811 git-svn-id: https://code.elgg.org/elgg/trunk@2916 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/xml-rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/xml-rpc.php') diff --git a/engine/lib/xml-rpc.php b/engine/lib/xml-rpc.php index f91f208a0..4aaf4430b 100644 --- a/engine/lib/xml-rpc.php +++ b/engine/lib/xml-rpc.php @@ -504,7 +504,7 @@ } // if no handler then throw exception - throw new NotImplementedException(sprintf(elgg_echo('NotImplementedException:XMLRPCMethodNotImplemented'), $method)); + throw new NotImplementedException(sprintf(elgg_echo('NotImplementedException:XMLRPCMethodNotImplemented'), $parameters->getMethodName())); } // Error handler functions //////////////////////////////////////////////////////////////// -- cgit v1.2.3