# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: contributions/modules/soapclient/modules/soapclient/lib/drupal_soap_client.inc --- contributions/modules/soapclient/modules/soapclient/lib/drupal_soap_client.inc Base (1.1.2.1) +++ contributions/modules/soapclient/modules/soapclient/lib/drupal_soap_client.inc Locally Modified (Based On 1.1.2.1) Index: contributions/modules/soapclient/modules/soapclient/soapclient.module --- contributions/modules/soapclient/modules/soapclient/soapclient.module Base (1.1.2.1) +++ contributions/modules/soapclient/modules/soapclient/soapclient.module Locally Modified (Based On 1.1.2.1) @@ -153,8 +153,8 @@ ); $items['admin/settings/soapclient/test'] = array( - 'title' => t('Test/Demo'), - 'description' => t('The test page for SOAP Client'), + 'title' => t('Test client'), + 'description' => t('Quick test page for SOAP Client'), 'type' => MENU_LOCAL_TASK, 'access callback' => 'user_access', 'access arguments' => array('configure SOAPClient'), @@ -424,9 +424,10 @@ if ( $result['#error'] !== FALSE ) { drupal_set_message(t('
!msg', array('!msg' => $result['#error'])), 'error'); + return; } - $result = $result['#client']->call($form['function']['#value'], $args); \ No newline at end of file + $result = $result['#return']->call($form['function']['#value'], $args); \ No newline at end of file if ( $result['#error'] !== FALSE ) {