From 8ff2a1d1a3aad7c95e139c9336a6b90ea6f4bfec Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Wed, 5 Jan 2011 11:13:36 -0400 Subject: [PATCH] Changed 'CHILD_SECURITY' to 'POLICY' for canIngestHere function. --- ObjectHelper.inc | 2 +- SecurityClass.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ObjectHelper.inc b/ObjectHelper.inc index 0aa76e68..9b24f088 100644 --- a/ObjectHelper.inc +++ b/ObjectHelper.inc @@ -336,7 +336,7 @@ class ObjectHelper { 'asOfDateTime' => "" ); try { - $object = $client->__soapCAll('getDatastreamDissemination', array( + $object = $client->__soapCall('getDatastreamDissemination', array( 'parameters' => $params )); } catch (Exception $e) { diff --git a/SecurityClass.inc b/SecurityClass.inc index ded59cf3..c314cbd1 100644 --- a/SecurityClass.inc +++ b/SecurityClass.inc @@ -9,7 +9,7 @@ */ class SecurityClass { - public static $SECURITY_CLASS_SECURITY_STREAM = 'CHILD_SECURITY'; + public static $SECURITY_CLASS_SECURITY_STREAM = 'POLICY'; function SecurityClass() { module_load_include('inc', 'SecurityClass', ''); drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);