tempfix of scriptsettings

This commit is contained in:
kremsy
2014-01-16 22:15:05 +01:00
committed by Steffen Schröder
parent b529fc5eb7
commit 62398b719a
3 changed files with 21 additions and 20 deletions

View File

@ -106,8 +106,8 @@ class Connection
* @param string $authLevel
* @param array $params
*/
protected function execute($methodName, $params = array(), $multicall = false)
{
public function execute($methodName, $params = array(), $multicall = false)
{//TODO just temporary
if($multicall)
{
$this->xmlrpcClient->addCall($methodName, $params);